Html Css Color HEX #B2DC4C Conifer

📋 copy color: '#B2DC4C'

red 178 ◦ green 220 ◦ blue 76

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

Shades of Conifer #B2DC4C

Tints of Conifer #B2DC4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.03%

R = 37.55%
G = 46.41%
B = 16.03%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#B2DC4C (or 0xB2DC4C) is known color: Conifer. HEX triplet: B2, DC and 4C. RGB value is (178,220,76). Sum of RGB (Red+Green+Blue) = 178+220+76=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 220 (86.33% from 255 or 46.41% from 474); Blue value is 76 (30.08% from 255 or 16.03% from 474); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DC4C is #4D23B3. Grayscale: #BFBFBF. Windows color (decimal): -5055412 or 5037234. OLE color: 5037234.

HSL color Cylindrical-coordinate representation of color #B2DC4C: hue angle of 77.5º 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 #B2DC4C is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 220 76 -
CMYK 0.19 0 0.65 0.14
HSL 77.5º 0.67% 0.58% -
HSV(B) 77.5º 0.65% 0.86% -
XYZ 45.26 61.17 16.26 -
YUV 191.03 63.09 118.71 -
System Red Green Blue C M Y K H S L
Decimal 178 220 76 0.19 0 0.65 0.14 77.5 0.67 0.58
Hex B2 DC 4C 13 0 41 E 4E 43 3A
Octal 262 334 114 23 0 101 16 116 103 72
Binary 10110010 11011100 1001100 10011 0 1000001 1110 1001110 1000011 111010

Color Harmonies of #B2DC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DC4C

Black with #B2DC4C

Text Example


Text Example

White with #B2DC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DC4C; }

 p { color: rgb(178,220,76); }

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

background-color css

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

 a { background-color: rgb(178,220,76); }

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

border-color css

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

 span { border-color: rgb(178,220,76); }

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