Html Css Color HEX #B2D24C Conifer

📋 copy color: '#B2D24C'

red 178 ◦ green 210 ◦ blue 76

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

Shades of Conifer #B2D24C

Tints of Conifer #B2D24C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.26%

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

R = 38.36%
G = 45.26%
B = 16.38%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#B2D24C (or 0xB2D24C) is known color: Conifer. HEX triplet: B2, D2 and 4C. RGB value is (178,210,76). Sum of RGB (Red+Green+Blue) = 178+210+76=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 210 (82.42% from 255 or 45.26% from 464); Blue value is 76 (30.08% from 255 or 16.38% from 464); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D24C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D24C is #4D2DB3. Grayscale: #B9B9B9. Windows color (decimal): -5057972 or 5034674. OLE color: 5034674.

HSL color Cylindrical-coordinate representation of color #B2D24C: hue angle of 74.33º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B2D24C is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 210 76 -
CMYK 0.15 0 0.64 0.18
HSL 74.33º 0.6% 0.56% -
HSV(B) 74.33º 0.64% 0.82% -
XYZ 42.71 56.08 15.41 -
YUV 185.16 66.4 122.9 -
System Red Green Blue C M Y K H S L
Decimal 178 210 76 0.15 0 0.64 0.18 74.33 0.6 0.56
Hex B2 D2 4C F 0 40 12 4A 3C 38
Octal 262 322 114 17 0 100 22 112 74 70
Binary 10110010 11010010 1001100 1111 0 1000000 10010 1001010 111100 111000

Color Harmonies of #B2D24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D24C

Black with #B2D24C

Text Example


Text Example

White with #B2D24C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D24C; }

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

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

background-color css

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

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

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

border-color css

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

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

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