Html Css Color HEX #B1D85E Conifer

📋 copy color: '#B1D85E'

red 177 ◦ green 216 ◦ blue 94

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

Shades of Conifer #B1D85E

Tints of Conifer #B1D85E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.3%

R = 36.34%
G = 44.35%
B = 19.3%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#B1D85E (or 0xB1D85E) is known color: Conifer. HEX triplet: B1, D8 and 5E. RGB value is (177,216,94). Sum of RGB (Red+Green+Blue) = 177+216+94=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 216 (84.77% from 255 or 44.35% from 487); Blue value is 94 (37.11% from 255 or 19.30% from 487); Max value from RGB is 216 - color contains mainly: green. Hex color #B1D85E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D85E is #4E27A1. Grayscale: #BEBEBE. Windows color (decimal): -5121954 or 6215857. OLE color: 6215857.

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

Color convert

RGB 177 216 94 -
CMYK 0.18 0 0.56 0.15
HSL 79.18º 0.61% 0.61% -
HSV(B) 79.18º 0.56% 0.85% -
XYZ 44.71 59.27 19.67 -
YUV 190.43 73.58 118.42 -
System Red Green Blue C M Y K H S L
Decimal 177 216 94 0.18 0 0.56 0.15 79.18 0.61 0.61
Hex B1 D8 5E 12 0 38 F 4F 3D 3D
Octal 261 330 136 22 0 70 17 117 75 75
Binary 10110001 11011000 1011110 10010 0 111000 1111 1001111 111101 111101

Color Harmonies of #B1D85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D85E

Black with #B1D85E

Text Example


Text Example

White with #B1D85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D85E; }

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

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

background-color css

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

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

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

border-color css

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

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

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