Html Css Color HEX #B6DB5E Conifer

📋 copy color: '#B6DB5E'

red 182 ◦ green 219 ◦ blue 94

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

Shades of Conifer #B6DB5E

Tints of Conifer #B6DB5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.99%

R = 36.77%
G = 44.24%
B = 18.99%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#B6DB5E (or 0xB6DB5E) is known color: Conifer. HEX triplet: B6, DB and 5E. RGB value is (182,219,94). Sum of RGB (Red+Green+Blue) = 182+219+94=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 94 (37.11% from 255 or 18.99% from 495); Max value from RGB is 219 - color contains mainly: green. Hex color #B6DB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6DB5E is #4924A1. Grayscale: #C2C2C2. Windows color (decimal): -4793506 or 6216630. OLE color: 6216630.

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

Color convert

RGB 182 219 94 -
CMYK 0.17 0 0.57 0.14
HSL 77.76º 0.63% 0.61% -
HSV(B) 77.76º 0.57% 0.86% -
XYZ 46.64 61.42 19.99 -
YUV 193.69 71.74 119.66 -
System Red Green Blue C M Y K H S L
Decimal 182 219 94 0.17 0 0.57 0.14 77.76 0.63 0.61
Hex B6 DB 5E 11 0 39 E 4E 3F 3D
Octal 266 333 136 21 0 71 16 116 77 75
Binary 10110110 11011011 1011110 10001 0 111001 1110 1001110 111111 111101

Color Harmonies of #B6DB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DB5E

Black with #B6DB5E

Text Example


Text Example

White with #B6DB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DB5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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