Html Css Color HEX #B0E95E Conifer

📋 copy color: '#B0E95E'

red 176 ◦ green 233 ◦ blue 94

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

Shades of Conifer #B0E95E

Tints of Conifer #B0E95E

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.32%

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

R = 34.99%
G = 46.32%
B = 18.69%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#B0E95E (or 0xB0E95E) is known color: Conifer. HEX triplet: B0, E9 and 5E. RGB value is (176,233,94). Sum of RGB (Red+Green+Blue) = 176+233+94=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 233 (91.41% from 255 or 46.32% from 503); Blue value is 94 (37.11% from 255 or 18.69% from 503); Max value from RGB is 233 - color contains mainly: green. Hex color #B0E95E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0E95E is #4F16A1. Grayscale: #C8C8C8. Windows color (decimal): -5183138 or 6220208. OLE color: 6220208.

HSL color Cylindrical-coordinate representation of color #B0E95E: hue angle of 84.6º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B0E95E is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 176 233 94 -
CMYK 0.24 0 0.60 0.09
HSL 84.6º 0.76% 0.64% -
HSV(B) 84.6º 0.6% 0.91% -
XYZ 49.06 68.32 21.19 -
YUV 200.11 68.12 110.8 -
System Red Green Blue C M Y K H S L
Decimal 176 233 94 0.24 0 0.60 0.09 84.6 0.76 0.64
Hex B0 E9 5E 18 0 3C 9 55 4C 40
Octal 260 351 136 30 0 74 11 125 114 100
Binary 10110000 11101001 1011110 11000 0 111100 1001 1010101 1001100 1000000

Color Harmonies of #B0E95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E95E

Black with #B0E95E

Text Example


Text Example

White with #B0E95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E95E; }

 p { color: rgb(176,233,94); }

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

background-color css

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

 a { background-color: rgb(176,233,94); }

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

border-color css

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

 span { border-color: rgb(176,233,94); }

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