Html Css Color HEX #BBC805 La Rioja

📋 copy color: '#BBC805'

red 187 ◦ green 200 ◦ blue 5

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

Shades of La Rioja #BBC805

Tints of La Rioja #BBC805

RGB

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

 GREEN value IS 200 (78.52% from 255) = 51.02%

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

R = 47.7%
G = 51.02%
B = 1.28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#BBC805 (or 0xBBC805) is known color: La Rioja. HEX triplet: BB, C8 and 05. RGB value is (187,200,5). Sum of RGB (Red+Green+Blue) = 187+200+5=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 200 (78.52% from 255 or 51.02% from 392); Blue value is 5 (2.34% from 255 or 1.28% from 392); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC805 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC805 is #4437FA. Grayscale: #AEAEAE. Windows color (decimal): -4470779 or 379067. OLE color: 379067.

HSL color Cylindrical-coordinate representation of color #BBC805: hue angle of 64º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BBC805 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 200 5 -
CMYK 0.06 0 0.98 0.22
HSL 64º 0.95% 0.4% -
HSV(B) 64º 0.98% 0.78% -
XYZ 41.18 51.88 7.99 -
YUV 173.88 32.69 137.36 -
System Red Green Blue C M Y K H S L
Decimal 187 200 5 0.06 0 0.98 0.22 64 0.95 0.4
Hex BB C8 5 6 0 62 16 40 5F 28
Octal 273 310 5 6 0 142 26 100 137 50
Binary 10111011 11001000 101 110 0 1100010 10110 1000000 1011111 101000

Color Harmonies of #BBC805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC805

Black with #BBC805

Text Example


Text Example

White with #BBC805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC805; }

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

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

background-color css

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

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

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

border-color css

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

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

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