Html Css Color HEX #B1D765 Conifer

📋 copy color: '#B1D765'

red 177 ◦ green 215 ◦ blue 101

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

Shades of Conifer #B1D765

Tints of Conifer #B1D765

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.61%

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

R = 35.9%
G = 43.61%
B = 20.49%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#B1D765 (or 0xB1D765) is known color: Conifer. HEX triplet: B1, D7 and 65. RGB value is (177,215,101). Sum of RGB (Red+Green+Blue) = 177+215+101=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 215 (84.38% from 255 or 43.61% from 493); Blue value is 101 (39.84% from 255 or 20.49% from 493); Max value from RGB is 215 - color contains mainly: green. Hex color #B1D765 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D765 is #4E289A. Grayscale: #BFBFBF. Windows color (decimal): -5122203 or 6674353. OLE color: 6674353.

HSL color Cylindrical-coordinate representation of color #B1D765: hue angle of 80º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B1D765 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 177 215 101 -
CMYK 0.18 0 0.53 0.16
HSL 80º 0.59% 0.62% -
HSV(B) 80º 0.53% 0.84% -
XYZ 44.78 58.89 21.32 -
YUV 190.64 77.41 118.27 -
System Red Green Blue C M Y K H S L
Decimal 177 215 101 0.18 0 0.53 0.16 80 0.59 0.62
Hex B1 D7 65 12 0 35 10 50 3B 3E
Octal 261 327 145 22 0 65 20 120 73 76
Binary 10110001 11010111 1100101 10010 0 110101 10000 1010000 111011 111110

Color Harmonies of #B1D765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D765

Black with #B1D765

Text Example


Text Example

White with #B1D765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D765; }

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

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

background-color css

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

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

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

border-color css

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

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

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