Html Css Color HEX #B2D864 Conifer

📋 copy color: '#B2D864'

red 178 ◦ green 216 ◦ blue 100

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

Shades of Conifer #B2D864

Tints of Conifer #B2D864

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.72%

 BLUE value IS 100 (39.45% from 255) = 20.24%

R = 36.03%
G = 43.72%
B = 20.24%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#B2D864 (or 0xB2D864) is known color: Conifer. HEX triplet: B2, D8 and 64. RGB value is (178,216,100). Sum of RGB (Red+Green+Blue) = 178+216+100=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 216 (84.77% from 255 or 43.72% from 494); Blue value is 100 (39.45% from 255 or 20.24% from 494); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D864 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D864 is #4D279B. Grayscale: #BFBFBF. Windows color (decimal): -5056412 or 6609074. OLE color: 6609074.

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

Color convert

RGB 178 216 100 -
CMYK 0.18 0 0.54 0.15
HSL 79.66º 0.6% 0.62% -
HSV(B) 79.66º 0.54% 0.85% -
XYZ 45.22 59.5 21.16 -
YUV 191.41 76.41 118.43 -
System Red Green Blue C M Y K H S L
Decimal 178 216 100 0.18 0 0.54 0.15 79.66 0.6 0.62
Hex B2 D8 64 12 0 36 F 50 3C 3E
Octal 262 330 144 22 0 66 17 120 74 76
Binary 10110010 11011000 1100100 10010 0 110110 1111 1010000 111100 111110

Color Harmonies of #B2D864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D864

Black with #B2D864

Text Example


Text Example

White with #B2D864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D864; }

 p { color: rgb(178,216,100); }

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

background-color css

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

 a { background-color: rgb(178,216,100); }

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

border-color css

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

 span { border-color: rgb(178,216,100); }

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