Html Css Color HEX #BBB902 La Rioja

📋 copy color: '#BBB902'

red 187 ◦ green 185 ◦ blue 2

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

Shades of La Rioja #BBB902

Tints of La Rioja #BBB902

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.47%

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

R = 50%
G = 49.47%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BBB902 (or 0xBBB902) is known color: La Rioja. HEX triplet: BB, B9 and 02. RGB value is (187,185,2). Sum of RGB (Red+Green+Blue) = 187+185+2=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 185 (72.66% from 255 or 49.47% from 374); Blue value is 2 (1.17% from 255 or 0.53% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB902 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB902 is #4446FD. Grayscale: #A5A5A5. Windows color (decimal): -4474622 or 178619. OLE color: 178619.

HSL color Cylindrical-coordinate representation of color #BBB902: hue angle of 59.35º 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 #BBB902 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 185 2 -
CMYK 0 0.01 0.99 0.27
HSL 59.35º 0.98% 0.37% -
HSV(B) 59.35º 0.99% 0.73% -
XYZ 37.85 45.27 6.8 -
YUV 164.74 36.16 143.88 -
System Red Green Blue C M Y K H S L
Decimal 187 185 2 0 0.01 0.99 0.27 59.35 0.98 0.37
Hex BB B9 2 0 1 63 1B 3B 62 25
Octal 273 271 2 0 1 143 33 73 142 45
Binary 10111011 10111001 10 0 1 1100011 11011 111011 1100010 100101

Color Harmonies of #BBB902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB902

Black with #BBB902

Text Example


Text Example

White with #BBB902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB902; }

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

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

background-color css

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

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

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

border-color css

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

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

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