Html Css Color HEX #B0F164 Conifer

📋 copy color: '#B0F164'

red 176 ◦ green 241 ◦ blue 100

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

Shades of Conifer #B0F164

Tints of Conifer #B0F164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.34%

R = 34.04%
G = 46.62%
B = 19.34%

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

#B0F164 (or 0xB0F164) is known color: Conifer. HEX triplet: B0, F1 and 64. RGB value is (176,241,100). Sum of RGB (Red+Green+Blue) = 176+241+100=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 241 (94.53% from 255 or 46.62% from 517); Blue value is 100 (39.45% from 255 or 19.34% from 517); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F164 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F164 is #4F0E9B. Grayscale: #CDCDCD. Windows color (decimal): -5181084 or 6615472. OLE color: 6615472.

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

Color convert

RGB 176 241 100 -
CMYK 0.27 0 0.59 0.05
HSL 87.66º 0.83% 0.67% -
HSV(B) 87.66º 0.59% 0.95% -
XYZ 51.66 73.06 23.44 -
YUV 205.49 68.47 106.96 -
System Red Green Blue C M Y K H S L
Decimal 176 241 100 0.27 0 0.59 0.05 87.66 0.83 0.67
Hex B0 F1 64 1B 0 3B 5 58 53 43
Octal 260 361 144 33 0 73 5 130 123 103
Binary 10110000 11110001 1100100 11011 0 111011 101 1011000 1010011 1000011

Color Harmonies of #B0F164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F164

Black with #B0F164

Text Example


Text Example

White with #B0F164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F164; }

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

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

background-color css

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

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

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

border-color css

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

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

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