Html Css Color HEX #B9D85E Conifer

📋 copy color: '#B9D85E'

red 185 ◦ green 216 ◦ blue 94

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

Shades of Conifer #B9D85E

Tints of Conifer #B9D85E

RGB

 RED value IS 185 (72.66% from 255) = 37.37%

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

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

R = 37.37%
G = 43.64%
B = 18.99%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#B9D85E (or 0xB9D85E) is known color: Conifer. HEX triplet: B9, D8 and 5E. RGB value is (185,216,94). Sum of RGB (Red+Green+Blue) = 185+216+94=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 216 (84.77% from 255 or 43.64% from 495); Blue value is 94 (37.11% from 255 or 18.99% from 495); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D85E is #4627A1. Grayscale: #C1C1C1. Windows color (decimal): -4597666 or 6215865. OLE color: 6215865.

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

Color convert

RGB 185 216 94 -
CMYK 0.14 0 0.56 0.15
HSL 75.25º 0.61% 0.61% -
HSV(B) 75.25º 0.56% 0.85% -
XYZ 46.58 60.23 19.76 -
YUV 192.82 72.23 122.42 -
System Red Green Blue C M Y K H S L
Decimal 185 216 94 0.14 0 0.56 0.15 75.25 0.61 0.61
Hex B9 D8 5E E 0 38 F 4B 3D 3D
Octal 271 330 136 16 0 70 17 113 75 75
Binary 10111001 11011000 1011110 1110 0 111000 1111 1001011 111101 111101

Color Harmonies of #B9D85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D85E

Black with #B9D85E

Text Example


Text Example

White with #B9D85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D85E; }

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

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

background-color css

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

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

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

border-color css

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

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

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