Html Css Color HEX #B0F162 Conifer

📋 copy color: '#B0F162'

red 176 ◦ green 241 ◦ blue 98

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

Shades of Conifer #B0F162

Tints of Conifer #B0F162

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.8%

 BLUE value IS 98 (38.67% from 255) = 19.03%

R = 34.17%
G = 46.8%
B = 19.03%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#B0F162 (or 0xB0F162) is known color: Conifer. HEX triplet: B0, F1 and 62. RGB value is (176,241,98). Sum of RGB (Red+Green+Blue) = 176+241+98=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 241 (94.53% from 255 or 46.80% from 515); Blue value is 98 (38.67% from 255 or 19.03% from 515); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F162 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F162 is #4F0E9D. Grayscale: #CDCDCD. Windows color (decimal): -5181086 or 6484400. OLE color: 6484400.

HSL color Cylindrical-coordinate representation of color #B0F162: hue angle of 87.27º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0F162 is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 241 98 -
CMYK 0.27 0 0.59 0.05
HSL 87.27º 0.84% 0.66% -
HSV(B) 87.27º 0.59% 0.95% -
XYZ 51.56 73.02 22.93 -
YUV 205.26 67.47 107.13 -
System Red Green Blue C M Y K H S L
Decimal 176 241 98 0.27 0 0.59 0.05 87.27 0.84 0.66
Hex B0 F1 62 1B 0 3B 5 57 54 42
Octal 260 361 142 33 0 73 5 127 124 102
Binary 10110000 11110001 1100010 11011 0 111011 101 1010111 1010100 1000010

Color Harmonies of #B0F162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F162

Black with #B0F162

Text Example


Text Example

White with #B0F162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F162; }

 p { color: rgb(176,241,98); }

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

background-color css

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

 a { background-color: rgb(176,241,98); }

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

border-color css

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

 span { border-color: rgb(176,241,98); }

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