Html Css Color HEX #B6D008 La Rioja

📋 copy color: '#B6D008'

red 182 ◦ green 208 ◦ blue 8

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

Shades of La Rioja #B6D008

Tints of La Rioja #B6D008

RGB

 RED value IS 182 (71.48% from 255) = 45.73%

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

 BLUE value IS 8 (3.52% from 255) = 2.01%

R = 45.73%
G = 52.26%
B = 2.01%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#B6D008 (or 0xB6D008) is known color: La Rioja. HEX triplet: B6, D0 and 08. RGB value is (182,208,8). Sum of RGB (Red+Green+Blue) = 182+208+8=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 208 (81.64% from 255 or 52.26% from 398); Blue value is 8 (3.52% from 255 or 2.01% from 398); Max value from RGB is 208 - color contains mainly: green. Hex color #B6D008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6D008 is #492FF7. Grayscale: #B2B2B2. Windows color (decimal): -4796408 or 577718. OLE color: 577718.

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

Color convert

RGB 182 208 8 -
CMYK 0.12 0 0.96 0.18
HSL 67.8º 0.93% 0.42% -
HSV(B) 67.8º 0.96% 0.82% -
XYZ 41.89 55.07 8.65 -
YUV 177.43 32.39 131.26 -
System Red Green Blue C M Y K H S L
Decimal 182 208 8 0.12 0 0.96 0.18 67.8 0.93 0.42
Hex B6 D0 8 C 0 60 12 44 5D 2A
Octal 266 320 10 14 0 140 22 104 135 52
Binary 10110110 11010000 1000 1100 0 1100000 10010 1000100 1011101 101010

Color Harmonies of #B6D008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D008

Black with #B6D008

Text Example


Text Example

White with #B6D008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D008; }

 p { color: rgb(182,208,8); }

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

background-color css

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

 a { background-color: rgb(182,208,8); }

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

border-color css

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

 span { border-color: rgb(182,208,8); }

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