Html Css Color HEX #BBC600 La Rioja

📋 copy color: '#BBC600'

red 187 ◦ green 198 ◦ blue 0

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

Shades of La Rioja #BBC600

Tints of La Rioja #BBC600

RGB

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

 GREEN value IS 198 (77.73% from 255) = 51.43%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.57%
G = 51.43%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#BBC600 (or 0xBBC600) is known color: La Rioja. HEX triplet: BB, C6 and 00. RGB value is (187,198,0). Sum of RGB (Red+Green+Blue) = 187+198+0=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 198 (77.73% from 255 or 51.43% from 385); Blue value is 0 (0.39% from 255 or 0% from 385); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC600 is #4439FF. Grayscale: #ACACAC. Windows color (decimal): -4471296 or 50875. OLE color: 50875.

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

Color convert

RGB 187 198 0 -
CMYK 0.06 0 1 0.22
HSL 63.33º 1% 0.39% -
HSV(B) 63.33º 1% 0.78% -
XYZ 40.69 50.95 7.69 -
YUV 172.14 30.86 138.6 -
System Red Green Blue C M Y K H S L
Decimal 187 198 0 0.06 0 1 0.22 63.33 1 0.39
Hex BB C6 0 6 0 64 16 3F 64 27
Octal 273 306 0 6 0 144 26 77 144 47
Binary 10111011 11000110 0 110 0 1100100 10110 111111 1100100 100111

Color Harmonies of #BBC600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC600

Black with #BBC600

Text Example


Text Example

White with #BBC600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC600; }

 p { color: rgb(187,198,0); }

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

background-color css

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

 a { background-color: rgb(187,198,0); }

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

border-color css

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

 span { border-color: rgb(187,198,0); }

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