Html Css Color HEX #B0E15C Conifer

📋 copy color: '#B0E15C'

red 176 ◦ green 225 ◦ blue 92

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

Shades of Conifer #B0E15C

Tints of Conifer #B0E15C

RGB

 RED value IS 176 (69.14% from 255) = 35.7%

 GREEN value IS 225 (88.28% from 255) = 45.64%

 BLUE value IS 92 (36.33% from 255) = 18.66%

R = 35.7%
G = 45.64%
B = 18.66%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#B0E15C (or 0xB0E15C) is known color: Conifer. HEX triplet: B0, E1 and 5C. RGB value is (176,225,92). Sum of RGB (Red+Green+Blue) = 176+225+92=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 225 (88.28% from 255 or 45.64% from 493); Blue value is 92 (36.33% from 255 or 18.66% from 493); Max value from RGB is 225 - color contains mainly: green. Hex color #B0E15C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E15C is #4F1EA3. Grayscale: #C3C3C3. Windows color (decimal): -5185188 or 6087088. OLE color: 6087088.

HSL color Cylindrical-coordinate representation of color #B0E15C: hue angle of 82.11º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0E15C is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB 176 225 92 -
CMYK 0.22 0 0.59 0.12
HSL 82.11º 0.69% 0.62% -
HSV(B) 82.11º 0.59% 0.88% -
XYZ 46.76 63.85 19.99 -
YUV 195.19 69.77 114.31 -
System Red Green Blue C M Y K H S L
Decimal 176 225 92 0.22 0 0.59 0.12 82.11 0.69 0.62
Hex B0 E1 5C 16 0 3B C 52 45 3E
Octal 260 341 134 26 0 73 14 122 105 76
Binary 10110000 11100001 1011100 10110 0 111011 1100 1010010 1000101 111110

Color Harmonies of #B0E15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E15C

Black with #B0E15C

Text Example


Text Example

White with #B0E15C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E15C; }

 p { color: rgb(176,225,92); }

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

background-color css

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

 a { background-color: rgb(176,225,92); }

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

border-color css

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

 span { border-color: rgb(176,225,92); }

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