Html Css Color HEX #B0E95D Conifer

📋 copy color: '#B0E95D'

red 176 ◦ green 233 ◦ blue 93

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

Shades of Conifer #B0E95D

Tints of Conifer #B0E95D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.53%

R = 35.06%
G = 46.41%
B = 18.53%

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

#B0E95D (or 0xB0E95D) is known color: Conifer. HEX triplet: B0, E9 and 5D. RGB value is (176,233,93). Sum of RGB (Red+Green+Blue) = 176+233+93=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 233 (91.41% from 255 or 46.41% from 502); Blue value is 93 (36.72% from 255 or 18.53% from 502); Max value from RGB is 233 - color contains mainly: green. Hex color #B0E95D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0E95D is #4F16A2. Grayscale: #C8C8C8. Windows color (decimal): -5183139 or 6154672. OLE color: 6154672.

HSL color Cylindrical-coordinate representation of color #B0E95D: hue angle of 84.43º 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 #B0E95D is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 176 233 93 -
CMYK 0.24 0 0.60 0.09
HSL 84.43º 0.76% 0.64% -
HSV(B) 84.43º 0.6% 0.91% -
XYZ 49.02 68.3 20.96 -
YUV 200 67.62 110.88 -
System Red Green Blue C M Y K H S L
Decimal 176 233 93 0.24 0 0.60 0.09 84.43 0.76 0.64
Hex B0 E9 5D 18 0 3C 9 54 4C 40
Octal 260 351 135 30 0 74 11 124 114 100
Binary 10110000 11101001 1011101 11000 0 111100 1001 1010100 1001100 1000000

Color Harmonies of #B0E95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E95D

Black with #B0E95D

Text Example


Text Example

White with #B0E95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E95D; }

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

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

background-color css

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

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

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

border-color css

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

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

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