Html Css Color HEX #B9DA56 Conifer

📋 copy color: '#B9DA56'

red 185 ◦ green 218 ◦ blue 86

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

Shades of Conifer #B9DA56

Tints of Conifer #B9DA56

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.58%

 BLUE value IS 86 (33.98% from 255) = 17.59%

R = 37.83%
G = 44.58%
B = 17.59%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#B9DA56 (or 0xB9DA56) is known color: Conifer. HEX triplet: B9, DA and 56. RGB value is (185,218,86). Sum of RGB (Red+Green+Blue) = 185+218+86=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 86 (33.98% from 255 or 17.59% from 489); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DA56 is #4625A9. Grayscale: #C1C1C1. Windows color (decimal): -4597162 or 5692089. OLE color: 5692089.

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

Color convert

RGB 185 218 86 -
CMYK 0.15 0 0.61 0.15
HSL 75º 0.64% 0.6% -
HSV(B) 75º 0.61% 0.85% -
XYZ 46.76 61.13 18.14 -
YUV 193.09 67.57 122.23 -
System Red Green Blue C M Y K H S L
Decimal 185 218 86 0.15 0 0.61 0.15 75 0.64 0.6
Hex B9 DA 56 F 0 3D F 4B 40 3C
Octal 271 332 126 17 0 75 17 113 100 74
Binary 10111001 11011010 1010110 1111 0 111101 1111 1001011 1000000 111100

Color Harmonies of #B9DA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DA56

Black with #B9DA56

Text Example


Text Example

White with #B9DA56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DA56; }

 p { color: rgb(185,218,86); }

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

background-color css

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

 a { background-color: rgb(185,218,86); }

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

border-color css

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

 span { border-color: rgb(185,218,86); }

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