Html Css Color HEX #BBD502 La Rioja

📋 copy color: '#BBD502'

red 187 ◦ green 213 ◦ blue 2

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

Shades of La Rioja #BBD502

Tints of La Rioja #BBD502

RGB

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

 GREEN value IS 213 (83.59% from 255) = 52.99%

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

R = 46.52%
G = 52.99%
B = 0.5%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#BBD502 (or 0xBBD502) is known color: La Rioja. HEX triplet: BB, D5 and 02. RGB value is (187,213,2). Sum of RGB (Red+Green+Blue) = 187+213+2=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 213 (83.59% from 255 or 52.99% from 402); Blue value is 2 (1.17% from 255 or 0.50% from 402); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD502 is #442AFD. Grayscale: #B5B5B5. Windows color (decimal): -4467454 or 185787. OLE color: 185787.

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

Color convert

RGB 187 213 2 -
CMYK 0.12 0 0.99 0.16
HSL 67.39º 0.98% 0.42% -
HSV(B) 67.39º 0.99% 0.84% -
XYZ 44.3 58.16 8.95 -
YUV 181.17 26.89 132.16 -
System Red Green Blue C M Y K H S L
Decimal 187 213 2 0.12 0 0.99 0.16 67.39 0.98 0.42
Hex BB D5 2 C 0 63 10 43 62 2A
Octal 273 325 2 14 0 143 20 103 142 52
Binary 10111011 11010101 10 1100 0 1100011 10000 1000011 1100010 101010

Color Harmonies of #BBD502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD502

Black with #BBD502

Text Example


Text Example

White with #BBD502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD502; }

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

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

background-color css

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

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

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

border-color css

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

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

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