Html Css Color HEX #B9DF5D Conifer

📋 copy color: '#B9DF5D'

red 185 ◦ green 223 ◦ blue 93

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

Shades of Conifer #B9DF5D

Tints of Conifer #B9DF5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.56%

R = 36.93%
G = 44.51%
B = 18.56%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#B9DF5D (or 0xB9DF5D) is known color: Conifer. HEX triplet: B9, DF and 5D. RGB value is (185,223,93). Sum of RGB (Red+Green+Blue) = 185+223+93=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 223 (87.5% from 255 or 44.51% from 501); Blue value is 93 (36.72% from 255 or 18.56% from 501); Max value from RGB is 223 - color contains mainly: green. Hex color #B9DF5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DF5D is #4620A2. Grayscale: #C5C5C5. Windows color (decimal): -4595875 or 6152121. OLE color: 6152121.

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

Color convert

RGB 185 223 93 -
CMYK 0.17 0 0.58 0.13
HSL 77.54º 0.67% 0.62% -
HSV(B) 77.54º 0.58% 0.87% -
XYZ 48.37 63.88 20.14 -
YUV 196.82 69.41 119.57 -
System Red Green Blue C M Y K H S L
Decimal 185 223 93 0.17 0 0.58 0.13 77.54 0.67 0.62
Hex B9 DF 5D 11 0 3A D 4E 43 3E
Octal 271 337 135 21 0 72 15 116 103 76
Binary 10111001 11011111 1011101 10001 0 111010 1101 1001110 1000011 111110

Color Harmonies of #B9DF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DF5D

Black with #B9DF5D

Text Example


Text Example

White with #B9DF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DF5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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