Html Css Color HEX #B2DD6E Conifer

📋 copy color: '#B2DD6E'

red 178 ◦ green 221 ◦ blue 110

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

Shades of Conifer #B2DD6E

Tints of Conifer #B2DD6E

RGB

 RED value IS 178 (69.92% from 255) = 34.97%

 GREEN value IS 221 (86.72% from 255) = 43.42%

 BLUE value IS 110 (43.36% from 255) = 21.61%

R = 34.97%
G = 43.42%
B = 21.61%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#B2DD6E (or 0xB2DD6E) is known color: Conifer. HEX triplet: B2, DD and 6E. RGB value is (178,221,110). Sum of RGB (Red+Green+Blue) = 178+221+110=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 110 (43.36% from 255 or 21.61% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DD6E is #4D2291. Grayscale: #C3C3C3. Windows color (decimal): -5055122 or 7265714. OLE color: 7265714.

HSL color Cylindrical-coordinate representation of color #B2DD6E: hue angle of 83.24º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B2DD6E is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 221 110 -
CMYK 0.19 0 0.50 0.13
HSL 83.24º 0.62% 0.65% -
HSV(B) 83.24º 0.5% 0.87% -
XYZ 47.03 62.3 24.3 -
YUV 195.49 79.75 115.53 -
System Red Green Blue C M Y K H S L
Decimal 178 221 110 0.19 0 0.50 0.13 83.24 0.62 0.65
Hex B2 DD 6E 13 0 32 D 53 3E 41
Octal 262 335 156 23 0 62 15 123 76 101
Binary 10110010 11011101 1101110 10011 0 110010 1101 1010011 111110 1000001

Color Harmonies of #B2DD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DD6E

Black with #B2DD6E

Text Example


Text Example

White with #B2DD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DD6E; }

 p { color: rgb(178,221,110); }

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

background-color css

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

 a { background-color: rgb(178,221,110); }

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

border-color css

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

 span { border-color: rgb(178,221,110); }

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