Html Css Color HEX #B9DF5F Conifer

📋 copy color: '#B9DF5F'

red 185 ◦ green 223 ◦ blue 95

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

Shades of Conifer #B9DF5F

Tints of Conifer #B9DF5F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.33%

 BLUE value IS 95 (37.5% from 255) = 18.89%

R = 36.78%
G = 44.33%
B = 18.89%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#B9DF5F (or 0xB9DF5F) is known color: Conifer. HEX triplet: B9, DF and 5F. RGB value is (185,223,95). Sum of RGB (Red+Green+Blue) = 185+223+95=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 95 (37.5% from 255 or 18.89% from 503); Max value from RGB is 223 - color contains mainly: green. Hex color #B9DF5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DF5F is #4620A0. Grayscale: #C5C5C5. Windows color (decimal): -4595873 or 6283193. OLE color: 6283193.

HSL color Cylindrical-coordinate representation of color #B9DF5F: hue angle of 77.81º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B9DF5F is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 223 95 -
CMYK 0.17 0 0.57 0.13
HSL 77.81º 0.67% 0.62% -
HSV(B) 77.81º 0.57% 0.87% -
XYZ 48.46 63.92 20.61 -
YUV 197.05 70.41 119.41 -
System Red Green Blue C M Y K H S L
Decimal 185 223 95 0.17 0 0.57 0.13 77.81 0.67 0.62
Hex B9 DF 5F 11 0 39 D 4E 43 3E
Octal 271 337 137 21 0 71 15 116 103 76
Binary 10111001 11011111 1011111 10001 0 111001 1101 1001110 1000011 111110

Color Harmonies of #B9DF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DF5F

Black with #B9DF5F

Text Example


Text Example

White with #B9DF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DF5F; }

 p { color: rgb(185,223,95); }

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

background-color css

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

 a { background-color: rgb(185,223,95); }

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

border-color css

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

 span { border-color: rgb(185,223,95); }

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