Html Css Color HEX #B0E25A Conifer

📋 copy color: '#B0E25A'

red 176 ◦ green 226 ◦ blue 90

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

Shades of Conifer #B0E25A

Tints of Conifer #B0E25A

RGB

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

 GREEN value IS 226 (88.67% from 255) = 45.93%

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

R = 35.77%
G = 45.93%
B = 18.29%

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

#B0E25A (or 0xB0E25A) is known color: Conifer. HEX triplet: B0, E2 and 5A. RGB value is (176,226,90). Sum of RGB (Red+Green+Blue) = 176+226+90=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 226 (88.67% from 255 or 45.93% from 492); Blue value is 90 (35.55% from 255 or 18.29% from 492); Max value from RGB is 226 - color contains mainly: green. Hex color #B0E25A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E25A is #4F1DA5. Grayscale: #C4C4C4. Windows color (decimal): -5184934 or 5956272. OLE color: 5956272.

HSL color Cylindrical-coordinate representation of color #B0E25A: hue angle of 82.06º degrees, saturation: 0.7, 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 #B0E25A is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB 176 226 90 -
CMYK 0.22 0 0.60 0.11
HSL 82.06º 0.7% 0.62% -
HSV(B) 82.06º 0.6% 0.89% -
XYZ 46.95 64.36 19.62 -
YUV 195.55 68.44 114.06 -
System Red Green Blue C M Y K H S L
Decimal 176 226 90 0.22 0 0.60 0.11 82.06 0.7 0.62
Hex B0 E2 5A 16 0 3C B 52 46 3E
Octal 260 342 132 26 0 74 13 122 106 76
Binary 10110000 11100010 1011010 10110 0 111100 1011 1010010 1000110 111110

Color Harmonies of #B0E25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E25A

Black with #B0E25A

Text Example


Text Example

White with #B0E25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E25A; }

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

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

background-color css

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

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

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

border-color css

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

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

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