Html Css Color HEX #B2D15E Conifer

📋 copy color: '#B2D15E'

red 178 ◦ green 209 ◦ blue 94

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

Shades of Conifer #B2D15E

Tints of Conifer #B2D15E

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.45%

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

R = 37.01%
G = 43.45%
B = 19.54%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#B2D15E (or 0xB2D15E) is known color: Conifer. HEX triplet: B2, D1 and 5E. RGB value is (178,209,94). Sum of RGB (Red+Green+Blue) = 178+209+94=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 209 (82.03% from 255 or 43.45% from 481); Blue value is 94 (37.11% from 255 or 19.54% from 481); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D15E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D15E is #4D2EA1. Grayscale: #BBBBBB. Windows color (decimal): -5058210 or 6214066. OLE color: 6214066.

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

Color convert

RGB 178 209 94 -
CMYK 0.15 0 0.55 0.18
HSL 76.17º 0.56% 0.59% -
HSV(B) 76.17º 0.55% 0.82% -
XYZ 43.18 55.87 19.1 -
YUV 186.62 75.73 121.85 -
System Red Green Blue C M Y K H S L
Decimal 178 209 94 0.15 0 0.55 0.18 76.17 0.56 0.59
Hex B2 D1 5E F 0 37 12 4C 38 3B
Octal 262 321 136 17 0 67 22 114 70 73
Binary 10110010 11010001 1011110 1111 0 110111 10010 1001100 111000 111011

Color Harmonies of #B2D15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D15E

Black with #B2D15E

Text Example


Text Example

White with #B2D15E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D15E; }

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

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

background-color css

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

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

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

border-color css

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

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

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