Html Css Color HEX #B1E165 Conifer

📋 copy color: '#B1E165'

red 177 ◦ green 225 ◦ blue 101

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

Shades of Conifer #B1E165

Tints of Conifer #B1E165

RGB

 RED value IS 177 (69.53% from 255) = 35.19%

 GREEN value IS 225 (88.28% from 255) = 44.73%

 BLUE value IS 101 (39.84% from 255) = 20.08%

R = 35.19%
G = 44.73%
B = 20.08%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#B1E165 (or 0xB1E165) is known color: Conifer. HEX triplet: B1, E1 and 65. RGB value is (177,225,101). Sum of RGB (Red+Green+Blue) = 177+225+101=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 225 (88.28% from 255 or 44.73% from 503); Blue value is 101 (39.84% from 255 or 20.08% from 503); Max value from RGB is 225 - color contains mainly: green. Hex color #B1E165 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1E165 is #4E1E9A. Grayscale: #C4C4C4. Windows color (decimal): -5119643 or 6676913. OLE color: 6676913.

HSL color Cylindrical-coordinate representation of color #B1E165: hue angle of 83.23º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B1E165 is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 177 225 101 -
CMYK 0.21 0 0.55 0.12
HSL 83.23º 0.67% 0.64% -
HSV(B) 83.23º 0.55% 0.88% -
XYZ 47.41 64.14 22.19 -
YUV 196.51 74.1 114.08 -
System Red Green Blue C M Y K H S L
Decimal 177 225 101 0.21 0 0.55 0.12 83.23 0.67 0.64
Hex B1 E1 65 15 0 37 C 53 43 40
Octal 261 341 145 25 0 67 14 123 103 100
Binary 10110001 11100001 1100101 10101 0 110111 1100 1010011 1000011 1000000

Color Harmonies of #B1E165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E165

Black with #B1E165

Text Example


Text Example

White with #B1E165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E165; }

 p { color: rgb(177,225,101); }

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

background-color css

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

 a { background-color: rgb(177,225,101); }

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

border-color css

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

 span { border-color: rgb(177,225,101); }

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