Html Css Color HEX #B1D760 Conifer

📋 copy color: '#B1D760'

red 177 ◦ green 215 ◦ blue 96

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

Shades of Conifer #B1D760

Tints of Conifer #B1D760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.67%

R = 36.27%
G = 44.06%
B = 19.67%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#B1D760 (or 0xB1D760) is known color: Conifer. HEX triplet: B1, D7 and 60. RGB value is (177,215,96). Sum of RGB (Red+Green+Blue) = 177+215+96=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 96 (37.89% from 255 or 19.67% from 488); Max value from RGB is 215 - color contains mainly: green. Hex color #B1D760 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D760 is #4E289F. Grayscale: #BEBEBE. Windows color (decimal): -5122208 or 6346673. OLE color: 6346673.

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

Color convert

RGB 177 215 96 -
CMYK 0.18 0 0.55 0.16
HSL 79.16º 0.6% 0.61% -
HSV(B) 79.16º 0.55% 0.84% -
XYZ 44.54 58.79 20.07 -
YUV 190.07 74.91 118.68 -
System Red Green Blue C M Y K H S L
Decimal 177 215 96 0.18 0 0.55 0.16 79.16 0.6 0.61
Hex B1 D7 60 12 0 37 10 4F 3C 3D
Octal 261 327 140 22 0 67 20 117 74 75
Binary 10110001 11010111 1100000 10010 0 110111 10000 1001111 111100 111101

Color Harmonies of #B1D760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D760

Black with #B1D760

Text Example


Text Example

White with #B1D760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D760; }

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

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

background-color css

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

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

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

border-color css

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

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

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