Html Css Color HEX #B2D95E Conifer

📋 copy color: '#B2D95E'

red 178 ◦ green 217 ◦ blue 94

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

Shades of Conifer #B2D95E

Tints of Conifer #B2D95E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.22%

R = 36.4%
G = 44.38%
B = 19.22%

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

#B2D95E (or 0xB2D95E) is known color: Conifer. HEX triplet: B2, D9 and 5E. RGB value is (178,217,94). Sum of RGB (Red+Green+Blue) = 178+217+94=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 217 (85.16% from 255 or 44.38% from 489); Blue value is 94 (37.11% from 255 or 19.22% from 489); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D95E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D95E is #4D26A1. Grayscale: #BFBFBF. Windows color (decimal): -5056162 or 6216114. OLE color: 6216114.

HSL color Cylindrical-coordinate representation of color #B2D95E: hue angle of 79.02º 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 #B2D95E is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 217 94 -
CMYK 0.18 0 0.57 0.15
HSL 79.02º 0.62% 0.61% -
HSV(B) 79.02º 0.57% 0.85% -
XYZ 45.19 59.9 19.77 -
YUV 191.32 73.08 118.5 -
System Red Green Blue C M Y K H S L
Decimal 178 217 94 0.18 0 0.57 0.15 79.02 0.62 0.61
Hex B2 D9 5E 12 0 39 F 4F 3E 3D
Octal 262 331 136 22 0 71 17 117 76 75
Binary 10110010 11011001 1011110 10010 0 111001 1111 1001111 111110 111101

Color Harmonies of #B2D95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D95E

Black with #B2D95E

Text Example


Text Example

White with #B2D95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D95E; }

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

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

background-color css

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

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

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

border-color css

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

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

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