Html Css Color HEX #BBBB02 La Rioja

📋 copy color: '#BBBB02'

red 187 ◦ green 187 ◦ blue 2

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

Shades of La Rioja #BBBB02

Tints of La Rioja #BBBB02

RGB

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

 GREEN value IS 187 (73.44% from 255) = 49.73%

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 49.73%
G = 49.73%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BBBB02 (or 0xBBBB02) is known color: La Rioja. HEX triplet: BB, BB and 02. RGB value is (187,187,2). Sum of RGB (Red+Green+Blue) = 187+187+2=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 187 (73.44% from 255 or 49.73% from 376); Blue value is 2 (1.17% from 255 or 0.53% from 376); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBB02 is #4444FD. Grayscale: #A6A6A6. Windows color (decimal): -4474110 or 179131. OLE color: 179131.

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

Color convert

RGB 187 187 2 -
CMYK 0 0 0.99 0.27
HSL 60º 0.98% 0.37% -
HSV(B) 60º 0.99% 0.73% -
XYZ 38.27 46.11 6.94 -
YUV 165.91 35.5 143.04 -
System Red Green Blue C M Y K H S L
Decimal 187 187 2 0 0 0.99 0.27 60 0.98 0.37
Hex BB BB 2 0 0 63 1B 3C 62 25
Octal 273 273 2 0 0 143 33 74 142 45
Binary 10111011 10111011 10 0 0 1100011 11011 111100 1100010 100101

Color Harmonies of #BBBB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBB02

Black with #BBBB02

Text Example


Text Example

White with #BBBB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBB02; }

 p { color: rgb(187,187,2); }

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

background-color css

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

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

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

border-color css

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

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

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