Html Css Color HEX #B5D002 La Rioja

📋 copy color: '#B5D002'

red 181 ◦ green 208 ◦ blue 2

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

Shades of La Rioja #B5D002

Tints of La Rioja #B5D002

RGB

 RED value IS 181 (71.09% from 255) = 46.29%

 GREEN value IS 208 (81.64% from 255) = 53.2%

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

R = 46.29%
G = 53.2%
B = 0.51%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#B5D002 (or 0xB5D002) is known color: La Rioja. HEX triplet: B5, D0 and 02. RGB value is (181,208,2). Sum of RGB (Red+Green+Blue) = 181+208+2=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 208 (81.64% from 255 or 53.20% from 391); Blue value is 2 (1.17% from 255 or 0.51% from 391); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5D002 is #4A2FFD. Grayscale: #B1B1B1. Windows color (decimal): -4861950 or 184501. OLE color: 184501.

HSL color Cylindrical-coordinate representation of color #B5D002: hue angle of 67.86º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B5D002 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 181 208 2 -
CMYK 0.13 0 0.99 0.18
HSL 67.86º 0.98% 0.41% -
HSV(B) 67.86º 0.99% 0.82% -
XYZ 41.62 54.94 8.47 -
YUV 176.44 29.55 131.25 -
System Red Green Blue C M Y K H S L
Decimal 181 208 2 0.13 0 0.99 0.18 67.86 0.98 0.41
Hex B5 D0 2 D 0 63 12 44 62 29
Octal 265 320 2 15 0 143 22 104 142 51
Binary 10110101 11010000 10 1101 0 1100011 10010 1000100 1100010 101001

Color Harmonies of #B5D002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D002

Black with #B5D002

Text Example


Text Example

White with #B5D002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D002; }

 p { color: rgb(181,208,2); }

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

background-color css

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

 a { background-color: rgb(181,208,2); }

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

border-color css

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

 span { border-color: rgb(181,208,2); }

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