Html Css Color HEX #BBD302 La Rioja

📋 copy color: '#BBD302'

red 187 ◦ green 211 ◦ blue 2

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

Shades of La Rioja #BBD302

Tints of La Rioja #BBD302

RGB

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

 GREEN value IS 211 (82.81% from 255) = 52.75%

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

R = 46.75%
G = 52.75%
B = 0.5%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#BBD302 (or 0xBBD302) is known color: La Rioja. HEX triplet: BB, D3 and 02. RGB value is (187,211,2). Sum of RGB (Red+Green+Blue) = 187+211+2=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 211 (82.81% from 255 or 52.75% from 400); Blue value is 2 (1.17% from 255 or 0.5% from 400); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD302 is #442CFD. Grayscale: #B4B4B4. Windows color (decimal): -4467966 or 185275. OLE color: 185275.

HSL color Cylindrical-coordinate representation of color #BBD302: hue angle of 66.89º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BBD302 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 211 2 -
CMYK 0.11 0 0.99 0.17
HSL 66.89º 0.98% 0.42% -
HSV(B) 66.89º 0.99% 0.83% -
XYZ 43.8 57.16 8.78 -
YUV 180 27.55 132.99 -
System Red Green Blue C M Y K H S L
Decimal 187 211 2 0.11 0 0.99 0.17 66.89 0.98 0.42
Hex BB D3 2 B 0 63 11 43 62 2A
Octal 273 323 2 13 0 143 21 103 142 52
Binary 10111011 11010011 10 1011 0 1100011 10001 1000011 1100010 101010

Color Harmonies of #BBD302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD302

Black with #BBD302

Text Example


Text Example

White with #BBD302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD302; }

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

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

background-color css

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

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

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

border-color css

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

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

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