Html Css Color HEX #B2DD6C Conifer

📋 copy color: '#B2DD6C'

red 178 ◦ green 221 ◦ blue 108

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

Shades of Conifer #B2DD6C

Tints of Conifer #B2DD6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.3%

R = 35.11%
G = 43.59%
B = 21.3%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#B2DD6C (or 0xB2DD6C) is known color: Conifer. HEX triplet: B2, DD and 6C. RGB value is (178,221,108). Sum of RGB (Red+Green+Blue) = 178+221+108=507 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.11% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 108 (42.58% from 255 or 21.30% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DD6C is #4D2293. Grayscale: #C3C3C3. Windows color (decimal): -5055124 or 7134642. OLE color: 7134642.

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

Color convert

RGB 178 221 108 -
CMYK 0.19 0 0.51 0.13
HSL 82.83º 0.62% 0.65% -
HSV(B) 82.83º 0.51% 0.87% -
XYZ 46.92 62.26 23.73 -
YUV 195.26 78.75 115.69 -
System Red Green Blue C M Y K H S L
Decimal 178 221 108 0.19 0 0.51 0.13 82.83 0.62 0.65
Hex B2 DD 6C 13 0 33 D 53 3E 41
Octal 262 335 154 23 0 63 15 123 76 101
Binary 10110010 11011101 1101100 10011 0 110011 1101 1010011 111110 1000001

Color Harmonies of #B2DD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DD6C

Black with #B2DD6C

Text Example


Text Example

White with #B2DD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DD6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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