Html Css Color HEX #BBD402 La Rioja

📋 copy color: '#BBD402'

red 187 ◦ green 212 ◦ blue 2

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

Shades of La Rioja #BBD402

Tints of La Rioja #BBD402

RGB

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

 GREEN value IS 212 (83.2% from 255) = 52.87%

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

R = 46.63%
G = 52.87%
B = 0.5%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#BBD402 (or 0xBBD402) is known color: La Rioja. HEX triplet: BB, D4 and 02. RGB value is (187,212,2). Sum of RGB (Red+Green+Blue) = 187+212+2=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 212 (83.20% from 255 or 52.87% from 401); Blue value is 2 (1.17% from 255 or 0.50% from 401); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD402 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD402 is #442BFD. Grayscale: #B5B5B5. Windows color (decimal): -4467710 or 185531. OLE color: 185531.

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

Color convert

RGB 187 212 2 -
CMYK 0.12 0 0.99 0.17
HSL 67.14º 0.98% 0.42% -
HSV(B) 67.14º 0.99% 0.83% -
XYZ 44.05 57.66 8.86 -
YUV 180.59 27.22 132.58 -
System Red Green Blue C M Y K H S L
Decimal 187 212 2 0.12 0 0.99 0.17 67.14 0.98 0.42
Hex BB D4 2 C 0 63 11 43 62 2A
Octal 273 324 2 14 0 143 21 103 142 52
Binary 10111011 11010100 10 1100 0 1100011 10001 1000011 1100010 101010

Color Harmonies of #BBD402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD402

Black with #BBD402

Text Example


Text Example

White with #BBD402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD402; }

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

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

background-color css

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

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

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

border-color css

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

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

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