Html Css Color HEX #B1D85C Conifer

📋 copy color: '#B1D85C'

red 177 ◦ green 216 ◦ blue 92

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

Shades of Conifer #B1D85C

Tints of Conifer #B1D85C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.54%

 BLUE value IS 92 (36.33% from 255) = 18.97%

R = 36.49%
G = 44.54%
B = 18.97%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#B1D85C (or 0xB1D85C) is known color: Conifer. HEX triplet: B1, D8 and 5C. RGB value is (177,216,92). Sum of RGB (Red+Green+Blue) = 177+216+92=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 216 (84.77% from 255 or 44.54% from 485); Blue value is 92 (36.33% from 255 or 18.97% from 485); Max value from RGB is 216 - color contains mainly: green. Hex color #B1D85C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D85C is #4E27A3. Grayscale: #BEBEBE. Windows color (decimal): -5121956 or 6084785. OLE color: 6084785.

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

Color convert

RGB 177 216 92 -
CMYK 0.18 0 0.57 0.15
HSL 78.87º 0.61% 0.6% -
HSV(B) 78.87º 0.57% 0.85% -
XYZ 44.62 59.23 19.21 -
YUV 190.2 72.58 118.58 -
System Red Green Blue C M Y K H S L
Decimal 177 216 92 0.18 0 0.57 0.15 78.87 0.61 0.6
Hex B1 D8 5C 12 0 39 F 4F 3D 3C
Octal 261 330 134 22 0 71 17 117 75 74
Binary 10110001 11011000 1011100 10010 0 111001 1111 1001111 111101 111100

Color Harmonies of #B1D85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D85C

Black with #B1D85C

Text Example


Text Example

White with #B1D85C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D85C; }

 p { color: rgb(177,216,92); }

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

background-color css

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

 a { background-color: rgb(177,216,92); }

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

border-color css

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

 span { border-color: rgb(177,216,92); }

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