Html Css Color HEX #B0E35A Conifer

📋 copy color: '#B0E35A'

red 176 ◦ green 227 ◦ blue 90

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

Shades of Conifer #B0E35A

Tints of Conifer #B0E35A

RGB

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

 GREEN value IS 227 (89.06% from 255) = 46.04%

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

R = 35.7%
G = 46.04%
B = 18.26%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#B0E35A (or 0xB0E35A) is known color: Conifer. HEX triplet: B0, E3 and 5A. RGB value is (176,227,90). Sum of RGB (Red+Green+Blue) = 176+227+90=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 227 (89.06% from 255 or 46.04% from 493); Blue value is 90 (35.55% from 255 or 18.26% from 493); Max value from RGB is 227 - color contains mainly: green. Hex color #B0E35A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E35A is #4F1CA5. Grayscale: #C4C4C4. Windows color (decimal): -5184678 or 5956528. OLE color: 5956528.

HSL color Cylindrical-coordinate representation of color #B0E35A: hue angle of 82.34º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B0E35A is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB 176 227 90 -
CMYK 0.22 0 0.60 0.11
HSL 82.34º 0.71% 0.62% -
HSV(B) 82.34º 0.6% 0.89% -
XYZ 47.22 64.91 19.71 -
YUV 196.13 68.1 113.64 -
System Red Green Blue C M Y K H S L
Decimal 176 227 90 0.22 0 0.60 0.11 82.34 0.71 0.62
Hex B0 E3 5A 16 0 3C B 52 47 3E
Octal 260 343 132 26 0 74 13 122 107 76
Binary 10110000 11100011 1011010 10110 0 111100 1011 1010010 1000111 111110

Color Harmonies of #B0E35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E35A

Black with #B0E35A

Text Example


Text Example

White with #B0E35A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E35A; }

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

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

background-color css

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

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

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

border-color css

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

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

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