Html Css Color HEX #B1D85A Conifer

📋 copy color: '#B1D85A'

red 177 ◦ green 216 ◦ blue 90

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

Shades of Conifer #B1D85A

Tints of Conifer #B1D85A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.63%

R = 36.65%
G = 44.72%
B = 18.63%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#B1D85A (or 0xB1D85A) is known color: Conifer. HEX triplet: B1, D8 and 5A. RGB value is (177,216,90). Sum of RGB (Red+Green+Blue) = 177+216+90=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 90 (35.55% from 255 or 18.63% from 483); Max value from RGB is 216 - color contains mainly: green. Hex color #B1D85A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D85A is #4E27A5. Grayscale: #BEBEBE. Windows color (decimal): -5121958 or 5953713. OLE color: 5953713.

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

Color convert

RGB 177 216 90 -
CMYK 0.18 0 0.58 0.15
HSL 78.57º 0.62% 0.6% -
HSV(B) 78.57º 0.58% 0.85% -
XYZ 44.53 59.2 18.75 -
YUV 189.98 71.58 118.75 -
System Red Green Blue C M Y K H S L
Decimal 177 216 90 0.18 0 0.58 0.15 78.57 0.62 0.6
Hex B1 D8 5A 12 0 3A F 4F 3E 3C
Octal 261 330 132 22 0 72 17 117 76 74
Binary 10110001 11011000 1011010 10010 0 111010 1111 1001111 111110 111100

Color Harmonies of #B1D85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D85A

Black with #B1D85A

Text Example


Text Example

White with #B1D85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D85A; }

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

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

background-color css

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

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

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

border-color css

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

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

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