Html Css Color HEX #B0E95A Conifer

📋 copy color: '#B0E95A'

red 176 ◦ green 233 ◦ blue 90

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

Shades of Conifer #B0E95A

Tints of Conifer #B0E95A

RGB

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

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

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

R = 35.27%
G = 46.69%
B = 18.04%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#B0E95A (or 0xB0E95A) is known color: Conifer. HEX triplet: B0, E9 and 5A. RGB value is (176,233,90). Sum of RGB (Red+Green+Blue) = 176+233+90=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 233 (91.41% from 255 or 46.69% from 499); Blue value is 90 (35.55% from 255 or 18.04% from 499); Max value from RGB is 233 - color contains mainly: green. Hex color #B0E95A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0E95A is #4F16A5. Grayscale: #C8C8C8. Windows color (decimal): -5183142 or 5958064. OLE color: 5958064.

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

Color convert

RGB 176 233 90 -
CMYK 0.24 0 0.61 0.09
HSL 83.92º 0.76% 0.63% -
HSV(B) 83.92º 0.61% 0.91% -
XYZ 48.89 68.25 20.27 -
YUV 199.66 66.12 111.13 -
System Red Green Blue C M Y K H S L
Decimal 176 233 90 0.24 0 0.61 0.09 83.92 0.76 0.63
Hex B0 E9 5A 18 0 3D 9 54 4C 3F
Octal 260 351 132 30 0 75 11 124 114 77
Binary 10110000 11101001 1011010 11000 0 111101 1001 1010100 1001100 111111

Color Harmonies of #B0E95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E95A

Black with #B0E95A

Text Example


Text Example

White with #B0E95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E95A; }

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

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

background-color css

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

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

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

border-color css

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

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

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