Html Css Color HEX #B6DB4A Conifer

📋 copy color: '#B6DB4A'

red 182 ◦ green 219 ◦ blue 74

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

Shades of Conifer #B6DB4A

Tints of Conifer #B6DB4A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.11%

 BLUE value IS 74 (29.3% from 255) = 15.58%

R = 38.32%
G = 46.11%
B = 15.58%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#B6DB4A (or 0xB6DB4A) is known color: Conifer. HEX triplet: B6, DB and 4A. RGB value is (182,219,74). Sum of RGB (Red+Green+Blue) = 182+219+74=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 74 (29.30% from 255 or 15.58% from 475); Max value from RGB is 219 - color contains mainly: green. Hex color #B6DB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6DB4A is #4924B5. Grayscale: #BFBFBF. Windows color (decimal): -4793526 or 4905910. OLE color: 4905910.

HSL color Cylindrical-coordinate representation of color #B6DB4A: hue angle of 75.31º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B6DB4A is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 219 74 -
CMYK 0.17 0 0.66 0.14
HSL 75.31º 0.67% 0.57% -
HSV(B) 75.31º 0.66% 0.86% -
XYZ 45.86 61.1 15.86 -
YUV 191.41 61.74 121.29 -
System Red Green Blue C M Y K H S L
Decimal 182 219 74 0.17 0 0.66 0.14 75.31 0.67 0.57
Hex B6 DB 4A 11 0 42 E 4B 43 39
Octal 266 333 112 21 0 102 16 113 103 71
Binary 10110110 11011011 1001010 10001 0 1000010 1110 1001011 1000011 111001

Color Harmonies of #B6DB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DB4A

Black with #B6DB4A

Text Example


Text Example

White with #B6DB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DB4A; }

 p { color: rgb(182,219,74); }

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

background-color css

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

 a { background-color: rgb(182,219,74); }

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

border-color css

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

 span { border-color: rgb(182,219,74); }

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