Html Css Color HEX #B2D865 Conifer

📋 copy color: '#B2D865'

red 178 ◦ green 216 ◦ blue 101

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

Shades of Conifer #B2D865

Tints of Conifer #B2D865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.4%

R = 35.96%
G = 43.64%
B = 20.4%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#B2D865 (or 0xB2D865) is known color: Conifer. HEX triplet: B2, D8 and 65. RGB value is (178,216,101). Sum of RGB (Red+Green+Blue) = 178+216+101=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 216 (84.77% from 255 or 43.64% from 495); Blue value is 101 (39.84% from 255 or 20.40% from 495); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D865 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D865 is #4D279A. Grayscale: #BFBFBF. Windows color (decimal): -5056411 or 6674610. OLE color: 6674610.

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

Color convert

RGB 178 216 101 -
CMYK 0.18 0 0.53 0.15
HSL 79.83º 0.6% 0.62% -
HSV(B) 79.83º 0.53% 0.85% -
XYZ 45.26 59.52 21.41 -
YUV 191.53 76.91 118.35 -
System Red Green Blue C M Y K H S L
Decimal 178 216 101 0.18 0 0.53 0.15 79.83 0.6 0.62
Hex B2 D8 65 12 0 35 F 50 3C 3E
Octal 262 330 145 22 0 65 17 120 74 76
Binary 10110010 11011000 1100101 10010 0 110101 1111 1010000 111100 111110

Color Harmonies of #B2D865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D865

Black with #B2D865

Text Example


Text Example

White with #B2D865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D865; }

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

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

background-color css

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

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

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

border-color css

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

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

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