Html Css Color HEX #BBB200 La Rioja

📋 copy color: '#BBB200'

red 187 ◦ green 178 ◦ blue 0

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

Shades of La Rioja #BBB200

Tints of La Rioja #BBB200

RGB

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

 GREEN value IS 178 (69.92% from 255) = 48.77%

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

R = 51.23%
G = 48.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BBB200 (or 0xBBB200) is known color: La Rioja. HEX triplet: BB, B2 and 00. RGB value is (187,178,0). Sum of RGB (Red+Green+Blue) = 187+178+0=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 178 (69.92% from 255 or 48.77% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBB200 is #444DFF. Grayscale: #A1A1A1. Windows color (decimal): -4476416 or 45755. OLE color: 45755.

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

Color convert

RGB 187 178 0 -
CMYK 0 0.05 1 0.27
HSL 57.11º 1% 0.37% -
HSV(B) 57.11º 1% 0.73% -
XYZ 36.41 42.41 6.27 -
YUV 160.4 37.48 146.97 -
System Red Green Blue C M Y K H S L
Decimal 187 178 0 0 0.05 1 0.27 57.11 1 0.37
Hex BB B2 0 0 5 64 1B 39 64 25
Octal 273 262 0 0 5 144 33 71 144 45
Binary 10111011 10110010 0 0 101 1100100 11011 111001 1100100 100101

Color Harmonies of #BBB200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB200

Black with #BBB200

Text Example


Text Example

White with #BBB200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB200; }

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

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

background-color css

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

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

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

border-color css

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

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

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