Html Css Color HEX #B5D85A Conifer

📋 copy color: '#B5D85A'

red 181 ◦ green 216 ◦ blue 90

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

Shades of Conifer #B5D85A

Tints of Conifer #B5D85A

RGB

 RED value IS 181 (71.09% from 255) = 37.17%

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

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

R = 37.17%
G = 44.35%
B = 18.48%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#B5D85A (or 0xB5D85A) is known color: Conifer. HEX triplet: B5, D8 and 5A. RGB value is (181,216,90). Sum of RGB (Red+Green+Blue) = 181+216+90=487 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.17% from 487); Green value is 216 (84.77% from 255 or 44.35% from 487); Blue value is 90 (35.55% from 255 or 18.48% from 487); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D85A is #4A27A5. Grayscale: #BFBFBF. Windows color (decimal): -4859814 or 5953717. OLE color: 5953717.

HSL color Cylindrical-coordinate representation of color #B5D85A: hue angle of 76.67º 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 #B5D85A is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 216 90 -
CMYK 0.16 0 0.58 0.15
HSL 76.67º 0.62% 0.6% -
HSV(B) 76.67º 0.58% 0.85% -
XYZ 45.46 59.67 18.8 -
YUV 191.17 70.9 120.75 -
System Red Green Blue C M Y K H S L
Decimal 181 216 90 0.16 0 0.58 0.15 76.67 0.62 0.6
Hex B5 D8 5A 10 0 3A F 4D 3E 3C
Octal 265 330 132 20 0 72 17 115 76 74
Binary 10110101 11011000 1011010 10000 0 111010 1111 1001101 111110 111100

Color Harmonies of #B5D85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D85A

Black with #B5D85A

Text Example


Text Example

White with #B5D85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D85A; }

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

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

background-color css

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

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

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

border-color css

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

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

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