Html Css Color HEX #BBC902 La Rioja

📋 copy color: '#BBC902'

red 187 ◦ green 201 ◦ blue 2

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

Shades of La Rioja #BBC902

Tints of La Rioja #BBC902

RGB

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

 GREEN value IS 201 (78.91% from 255) = 51.54%

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

R = 47.95%
G = 51.54%
B = 0.51%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#BBC902 (or 0xBBC902) is known color: La Rioja. HEX triplet: BB, C9 and 02. RGB value is (187,201,2). Sum of RGB (Red+Green+Blue) = 187+201+2=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 201 (78.91% from 255 or 51.54% from 390); Blue value is 2 (1.17% from 255 or 0.51% from 390); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC902 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC902 is #4436FD. Grayscale: #AEAEAE. Windows color (decimal): -4470526 or 182715. OLE color: 182715.

HSL color Cylindrical-coordinate representation of color #BBC902: hue angle of 64.22º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BBC902 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 201 2 -
CMYK 0.07 0 0.99 0.21
HSL 64.22º 0.98% 0.4% -
HSV(B) 64.22º 0.99% 0.79% -
XYZ 41.39 52.34 7.98 -
YUV 174.13 30.86 137.18 -
System Red Green Blue C M Y K H S L
Decimal 187 201 2 0.07 0 0.99 0.21 64.22 0.98 0.4
Hex BB C9 2 7 0 63 15 40 62 28
Octal 273 311 2 7 0 143 25 100 142 50
Binary 10111011 11001001 10 111 0 1100011 10101 1000000 1100010 101000

Color Harmonies of #BBC902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC902

Black with #BBC902

Text Example


Text Example

White with #BBC902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC902; }

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

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

background-color css

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

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

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

border-color css

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

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

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