Html Css Color HEX #B2D15A Conifer

📋 copy color: '#B2D15A'

red 178 ◦ green 209 ◦ blue 90

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

Shades of Conifer #B2D15A

Tints of Conifer #B2D15A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.87%

R = 37.32%
G = 43.82%
B = 18.87%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#B2D15A (or 0xB2D15A) is known color: Conifer. HEX triplet: B2, D1 and 5A. RGB value is (178,209,90). Sum of RGB (Red+Green+Blue) = 178+209+90=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 209 (82.03% from 255 or 43.82% from 477); Blue value is 90 (35.55% from 255 or 18.87% from 477); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D15A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D15A is #4D2EA5. Grayscale: #BABABA. Windows color (decimal): -5058214 or 5951922. OLE color: 5951922.

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

Color convert

RGB 178 209 90 -
CMYK 0.15 0 0.57 0.18
HSL 75.63º 0.56% 0.59% -
HSV(B) 75.63º 0.57% 0.82% -
XYZ 43.01 55.8 18.18 -
YUV 186.17 73.73 122.18 -
System Red Green Blue C M Y K H S L
Decimal 178 209 90 0.15 0 0.57 0.18 75.63 0.56 0.59
Hex B2 D1 5A F 0 39 12 4C 38 3B
Octal 262 321 132 17 0 71 22 114 70 73
Binary 10110010 11010001 1011010 1111 0 111001 10010 1001100 111000 111011

Color Harmonies of #B2D15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D15A

Black with #B2D15A

Text Example


Text Example

White with #B2D15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D15A; }

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

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

background-color css

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

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

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

border-color css

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

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

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