Html Css Color HEX #B0E352 Conifer

📋 copy color: '#B0E352'

red 176 ◦ green 227 ◦ blue 82

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

Shades of Conifer #B0E352

Tints of Conifer #B0E352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.91%

R = 36.29%
G = 46.8%
B = 16.91%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#B0E352 (or 0xB0E352) is known color: Conifer. HEX triplet: B0, E3 and 52. RGB value is (176,227,82). Sum of RGB (Red+Green+Blue) = 176+227+82=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 227 (89.06% from 255 or 46.80% from 485); Blue value is 82 (32.42% from 255 or 16.91% from 485); Max value from RGB is 227 - color contains mainly: green. Hex color #B0E352 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E352 is #4F1CAD. Grayscale: #C3C3C3. Windows color (decimal): -5184686 or 5432240. OLE color: 5432240.

HSL color Cylindrical-coordinate representation of color #B0E352: hue angle of 81.1º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0E352 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.

Color convert

RGB 176 227 82 -
CMYK 0.22 0 0.64 0.11
HSL 81.1º 0.72% 0.61% -
HSV(B) 81.1º 0.64% 0.89% -
XYZ 46.9 64.78 18.01 -
YUV 195.22 64.1 114.29 -
System Red Green Blue C M Y K H S L
Decimal 176 227 82 0.22 0 0.64 0.11 81.1 0.72 0.61
Hex B0 E3 52 16 0 40 B 51 48 3D
Octal 260 343 122 26 0 100 13 121 110 75
Binary 10110000 11100011 1010010 10110 0 1000000 1011 1010001 1001000 111101

Color Harmonies of #B0E352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E352

Black with #B0E352

Text Example


Text Example

White with #B0E352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E352; }

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

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

background-color css

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

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

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

border-color css

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

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

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