Html Css Color HEX #B5D006 La Rioja

📋 copy color: '#B5D006'

red 181 ◦ green 208 ◦ blue 6

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

Shades of La Rioja #B5D006

Tints of La Rioja #B5D006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.52%

R = 45.82%
G = 52.66%
B = 1.52%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#B5D006 (or 0xB5D006) is known color: La Rioja. HEX triplet: B5, D0 and 06. RGB value is (181,208,6). Sum of RGB (Red+Green+Blue) = 181+208+6=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 208 (81.64% from 255 or 52.66% from 395); Blue value is 6 (2.73% from 255 or 1.52% from 395); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D006 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5D006 is #4A2FF9. Grayscale: #B1B1B1. Windows color (decimal): -4861946 or 446645. OLE color: 446645.

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

Color convert

RGB 181 208 6 -
CMYK 0.13 0 0.97 0.18
HSL 68.02º 0.94% 0.42% -
HSV(B) 68.02º 0.97% 0.82% -
XYZ 41.64 54.95 8.58 -
YUV 176.9 31.55 130.93 -
System Red Green Blue C M Y K H S L
Decimal 181 208 6 0.13 0 0.97 0.18 68.02 0.94 0.42
Hex B5 D0 6 D 0 61 12 44 5E 2A
Octal 265 320 6 15 0 141 22 104 136 52
Binary 10110101 11010000 110 1101 0 1100001 10010 1000100 1011110 101010

Color Harmonies of #B5D006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D006

Black with #B5D006

Text Example


Text Example

White with #B5D006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D006; }

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

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

background-color css

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

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

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

border-color css

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

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

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