Html Css Color HEX #B6DC4D Conifer

📋 copy color: '#B6DC4D'

red 182 ◦ green 220 ◦ blue 77

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

Shades of Conifer #B6DC4D

Tints of Conifer #B6DC4D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.93%

 BLUE value IS 77 (30.47% from 255) = 16.08%

R = 38%
G = 45.93%
B = 16.08%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#B6DC4D (or 0xB6DC4D) is known color: Conifer. HEX triplet: B6, DC and 4D. RGB value is (182,220,77). Sum of RGB (Red+Green+Blue) = 182+220+77=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 77 (30.47% from 255 or 16.08% from 479); Max value from RGB is 220 - color contains mainly: green. Hex color #B6DC4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6DC4D is #4923B2. Grayscale: #C0C0C0. Windows color (decimal): -4793267 or 5102774. OLE color: 5102774.

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

Color convert

RGB 182 220 77 -
CMYK 0.17 0 0.65 0.14
HSL 75.94º 0.67% 0.58% -
HSV(B) 75.94º 0.65% 0.86% -
XYZ 46.22 61.67 16.49 -
YUV 192.34 62.91 120.63 -
System Red Green Blue C M Y K H S L
Decimal 182 220 77 0.17 0 0.65 0.14 75.94 0.67 0.58
Hex B6 DC 4D 11 0 41 E 4C 43 3A
Octal 266 334 115 21 0 101 16 114 103 72
Binary 10110110 11011100 1001101 10001 0 1000001 1110 1001100 1000011 111010

Color Harmonies of #B6DC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DC4D

Black with #B6DC4D

Text Example


Text Example

White with #B6DC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DC4D; }

 p { color: rgb(182,220,77); }

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

background-color css

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

 a { background-color: rgb(182,220,77); }

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

border-color css

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

 span { border-color: rgb(182,220,77); }

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