Html Css Color HEX #B9DC47 Conifer

📋 copy color: '#B9DC47'

red 185 ◦ green 220 ◦ blue 71

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

Shades of Conifer #B9DC47

Tints of Conifer #B9DC47

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.22%

 BLUE value IS 71 (28.13% from 255) = 14.92%

R = 38.87%
G = 46.22%
B = 14.92%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#B9DC47 (or 0xB9DC47) is known color: Conifer. HEX triplet: B9, DC and 47. RGB value is (185,220,71). Sum of RGB (Red+Green+Blue) = 185+220+71=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 71 (28.12% from 255 or 14.92% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DC47 is #4623B8. Grayscale: #C1C1C1. Windows color (decimal): -4596665 or 4709561. OLE color: 4709561.

HSL color Cylindrical-coordinate representation of color #B9DC47: hue angle of 74.09º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B9DC47 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 220 71 -
CMYK 0.16 0 0.68 0.14
HSL 74.09º 0.68% 0.57% -
HSV(B) 74.09º 0.68% 0.86% -
XYZ 46.74 61.96 15.46 -
YUV 192.55 59.4 122.62 -
System Red Green Blue C M Y K H S L
Decimal 185 220 71 0.16 0 0.68 0.14 74.09 0.68 0.57
Hex B9 DC 47 10 0 44 E 4A 44 39
Octal 271 334 107 20 0 104 16 112 104 71
Binary 10111001 11011100 1000111 10000 0 1000100 1110 1001010 1000100 111001

Color Harmonies of #B9DC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DC47

Black with #B9DC47

Text Example


Text Example

White with #B9DC47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DC47; }

 p { color: rgb(185,220,71); }

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

background-color css

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

 a { background-color: rgb(185,220,71); }

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

border-color css

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

 span { border-color: rgb(185,220,71); }

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