Html Css Color HEX #BBC506 La Rioja

📋 copy color: '#BBC506'

red 187 ◦ green 197 ◦ blue 6

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

Shades of La Rioja #BBC506

Tints of La Rioja #BBC506

RGB

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

 GREEN value IS 197 (77.34% from 255) = 50.51%

 BLUE value IS 6 (2.73% from 255) = 1.54%

R = 47.95%
G = 50.51%
B = 1.54%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#BBC506 (or 0xBBC506) is known color: La Rioja. HEX triplet: BB, C5 and 06. RGB value is (187,197,6). Sum of RGB (Red+Green+Blue) = 187+197+6=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 197 (77.34% from 255 or 50.51% from 390); Blue value is 6 (2.73% from 255 or 1.54% from 390); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC506 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC506 is #443AF9. Grayscale: #ACACAC. Windows color (decimal): -4471546 or 443835. OLE color: 443835.

HSL color Cylindrical-coordinate representation of color #BBC506: hue angle of 63.14º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BBC506 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 197 6 -
CMYK 0.05 0 0.97 0.23
HSL 63.14º 0.94% 0.4% -
HSV(B) 63.14º 0.97% 0.77% -
XYZ 40.49 50.51 7.79 -
YUV 172.24 34.19 138.53 -
System Red Green Blue C M Y K H S L
Decimal 187 197 6 0.05 0 0.97 0.23 63.14 0.94 0.4
Hex BB C5 6 5 0 61 17 3F 5E 28
Octal 273 305 6 5 0 141 27 77 136 50
Binary 10111011 11000101 110 101 0 1100001 10111 111111 1011110 101000

Color Harmonies of #BBC506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC506

Black with #BBC506

Text Example


Text Example

White with #BBC506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC506; }

 p { color: rgb(187,197,6); }

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

background-color css

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

 a { background-color: rgb(187,197,6); }

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

border-color css

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

 span { border-color: rgb(187,197,6); }

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