Html Css Color HEX #BBC005 La Rioja

📋 copy color: '#BBC005'

red 187 ◦ green 192 ◦ blue 5

#BBC005
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #BBC005

Tints of La Rioja #BBC005

RGB

 RED value IS 187 (73.44% from 255) = 48.7%

 GREEN value IS 192 (75.39% from 255) = 50%

 BLUE value IS 5 (2.34% from 255) = 1.3%

R = 48.7%
G = 50%
B = 1.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BBC005 (or 0xBBC005) is known color: La Rioja. HEX triplet: BB, C0 and 05. RGB value is (187,192,5). Sum of RGB (Red+Green+Blue) = 187+192+5=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 192 (75.39% from 255 or 50% from 384); Blue value is 5 (2.34% from 255 or 1.30% from 384); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC005 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC005 is #443FFA. Grayscale: #A9A9A9. Windows color (decimal): -4472827 or 377019. OLE color: 377019.

HSL color Cylindrical-coordinate representation of color #BBC005: hue angle of 61.6º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BBC005 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 192 5 -
CMYK 0.03 0 0.97 0.25
HSL 61.6º 0.95% 0.39% -
HSV(B) 61.6º 0.97% 0.75% -
XYZ 39.37 48.28 7.39 -
YUV 169.19 35.34 140.71 -
System Red Green Blue C M Y K H S L
Decimal 187 192 5 0.03 0 0.97 0.25 61.6 0.95 0.39
Hex BB C0 5 3 0 61 19 3E 5F 27
Octal 273 300 5 3 0 141 31 76 137 47
Binary 10111011 11000000 101 11 0 1100001 11001 111110 1011111 100111

Color Harmonies of #BBC005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC005

Black with #BBC005

Text Example


Text Example

White with #BBC005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC005; }

 p { color: rgb(187,192,5); }

 H1.HeaderClassName
 {
   color: #BBC005;
 }
 .AnyTagClassName
 {
   color: #BBC005;
 }
</style>

background-color css

<style>
 a { background-color: #BBC005; }

 a { background-color: rgb(187,192,5); }

 div.DivClassName
 {
   background-color: #BBC005;
 }
 .BgClassName
 {
   background-color: #BBC005;
 }
</style>

border-color css

<style>
 span { border-color: #BBC005; }

 span { border-color: rgb(187,192,5); }

 td.TdClassName
 {
   border-color: #BBC005;
 }
 .TagClassName
 {
   border-color: #BBC005;
 }
</style>