Html Css Color HEX #BBCC00 La Rioja

📋 copy color: '#BBCC00'

red 187 ◦ green 204 ◦ blue 0

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

Shades of La Rioja #BBCC00

Tints of La Rioja #BBCC00

RGB

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

 GREEN value IS 204 (80.08% from 255) = 52.17%

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

R = 47.83%
G = 52.17%
B = 0%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#BBCC00 (or 0xBBCC00) is known color: La Rioja. HEX triplet: BB, CC and 00. RGB value is (187,204,0). Sum of RGB (Red+Green+Blue) = 187+204+0=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 204 (80.08% from 255 or 52.17% from 391); Blue value is 0 (0.39% from 255 or 0% from 391); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCC00 is #4433FF. Grayscale: #B0B0B0. Windows color (decimal): -4469760 or 52411. OLE color: 52411.

HSL color Cylindrical-coordinate representation of color #BBCC00: hue angle of 65º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBCC00 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 204 0 -
CMYK 0.08 0 1 0.2
HSL 65º 1% 0.4% -
HSV(B) 65º 1% 0.8% -
XYZ 42.09 53.75 8.16 -
YUV 175.66 28.87 136.09 -
System Red Green Blue C M Y K H S L
Decimal 187 204 0 0.08 0 1 0.2 65 1 0.4
Hex BB CC 0 8 0 64 14 41 64 28
Octal 273 314 0 10 0 144 24 101 144 50
Binary 10111011 11001100 0 1000 0 1100100 10100 1000001 1100100 101000

Color Harmonies of #BBCC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCC00

Black with #BBCC00

Text Example


Text Example

White with #BBCC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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