Html Css Color HEX #B2D95D Conifer

📋 copy color: '#B2D95D'

red 178 ◦ green 217 ◦ blue 93

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

Shades of Conifer #B2D95D

Tints of Conifer #B2D95D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.47%

 BLUE value IS 93 (36.72% from 255) = 19.06%

R = 36.48%
G = 44.47%
B = 19.06%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#B2D95D (or 0xB2D95D) is known color: Conifer. HEX triplet: B2, D9 and 5D. RGB value is (178,217,93). Sum of RGB (Red+Green+Blue) = 178+217+93=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 217 (85.16% from 255 or 44.47% from 488); Blue value is 93 (36.72% from 255 or 19.06% from 488); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D95D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D95D is #4D26A2. Grayscale: #BFBFBF. Windows color (decimal): -5056163 or 6150578. OLE color: 6150578.

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

Color convert

RGB 178 217 93 -
CMYK 0.18 0 0.57 0.15
HSL 78.87º 0.62% 0.61% -
HSV(B) 78.87º 0.57% 0.85% -
XYZ 45.15 59.88 19.53 -
YUV 191.2 72.58 118.58 -
System Red Green Blue C M Y K H S L
Decimal 178 217 93 0.18 0 0.57 0.15 78.87 0.62 0.61
Hex B2 D9 5D 12 0 39 F 4F 3E 3D
Octal 262 331 135 22 0 71 17 117 76 75
Binary 10110010 11011001 1011101 10010 0 111001 1111 1001111 111110 111101

Color Harmonies of #B2D95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D95D

Black with #B2D95D

Text Example


Text Example

White with #B2D95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D95D; }

 p { color: rgb(178,217,93); }

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

background-color css

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

 a { background-color: rgb(178,217,93); }

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

border-color css

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

 span { border-color: rgb(178,217,93); }

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