Html Css Color HEX #B0E446 Conifer

📋 copy color: '#B0E446'

red 176 ◦ green 228 ◦ blue 70

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

Shades of Conifer #B0E446

Tints of Conifer #B0E446

RGB

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

 GREEN value IS 228 (89.45% from 255) = 48.1%

 BLUE value IS 70 (27.73% from 255) = 14.77%

R = 37.13%
G = 48.1%
B = 14.77%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#B0E446 (or 0xB0E446) is known color: Conifer. HEX triplet: B0, E4 and 46. RGB value is (176,228,70). Sum of RGB (Red+Green+Blue) = 176+228+70=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 228 (89.45% from 255 or 48.10% from 474); Blue value is 70 (27.73% from 255 or 14.77% from 474); Max value from RGB is 228 - color contains mainly: green. Hex color #B0E446 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0E446 is #4F1BB9. Grayscale: #C3C3C3. Windows color (decimal): -5184442 or 4646064. OLE color: 4646064.

HSL color Cylindrical-coordinate representation of color #B0E446: hue angle of 79.75º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B0E446 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB 176 228 70 -
CMYK 0.23 0 0.69 0.11
HSL 79.75º 0.75% 0.58% -
HSV(B) 79.75º 0.69% 0.89% -
XYZ 46.75 65.16 15.91 -
YUV 194.44 57.77 114.85 -
System Red Green Blue C M Y K H S L
Decimal 176 228 70 0.23 0 0.69 0.11 79.75 0.75 0.58
Hex B0 E4 46 17 0 45 B 50 4B 3A
Octal 260 344 106 27 0 105 13 120 113 72
Binary 10110000 11100100 1000110 10111 0 1000101 1011 1010000 1001011 111010

Color Harmonies of #B0E446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E446

Black with #B0E446

Text Example


Text Example

White with #B0E446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E446; }

 p { color: rgb(176,228,70); }

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

background-color css

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

 a { background-color: rgb(176,228,70); }

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

border-color css

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

 span { border-color: rgb(176,228,70); }

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