Html Css Color HEX #BBBC00 La Rioja

📋 copy color: '#BBBC00'

red 187 ◦ green 188 ◦ blue 0

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

Shades of La Rioja #BBBC00

Tints of La Rioja #BBBC00

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50.13%

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

R = 49.87%
G = 50.13%
B = 0%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BBBC00 (or 0xBBBC00) is known color: La Rioja. HEX triplet: BB, BC and 00. RGB value is (187,188,0). Sum of RGB (Red+Green+Blue) = 187+188+0=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 0 (0.39% from 255 or 0% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBC00 is #4443FF. Grayscale: #A7A7A7. Windows color (decimal): -4473856 or 48315. OLE color: 48315.

HSL color Cylindrical-coordinate representation of color #BBBC00: hue angle of 60.32º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBBC00 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 188 0 -
CMYK 0.01 0 1 0.26
HSL 60.32º 1% 0.37% -
HSV(B) 60.32º 1% 0.74% -
XYZ 38.48 46.53 6.95 -
YUV 166.27 34.17 142.79 -
System Red Green Blue C M Y K H S L
Decimal 187 188 0 0.01 0 1 0.26 60.32 1 0.37
Hex BB BC 0 1 0 64 1A 3C 64 25
Octal 273 274 0 1 0 144 32 74 144 45
Binary 10111011 10111100 0 1 0 1100100 11010 111100 1100100 100101

Color Harmonies of #BBBC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBC00

Black with #BBBC00

Text Example


Text Example

White with #BBBC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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