Html Css Color HEX #B9DC4B Conifer

📋 copy color: '#B9DC4B'

red 185 ◦ green 220 ◦ blue 75

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

Shades of Conifer #B9DC4B

Tints of Conifer #B9DC4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.63%

R = 38.54%
G = 45.83%
B = 15.63%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#B9DC4B (or 0xB9DC4B) is known color: Conifer. HEX triplet: B9, DC and 4B. RGB value is (185,220,75). Sum of RGB (Red+Green+Blue) = 185+220+75=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 75 (29.69% from 255 or 15.62% from 480); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DC4B is #4623B4. Grayscale: #C1C1C1. Windows color (decimal): -4596661 or 4971705. OLE color: 4971705.

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

Color convert

RGB 185 220 75 -
CMYK 0.16 0 0.66 0.14
HSL 74.48º 0.67% 0.58% -
HSV(B) 74.48º 0.66% 0.86% -
XYZ 46.87 62.01 16.16 -
YUV 193.01 61.4 122.29 -
System Red Green Blue C M Y K H S L
Decimal 185 220 75 0.16 0 0.66 0.14 74.48 0.67 0.58
Hex B9 DC 4B 10 0 42 E 4A 43 3A
Octal 271 334 113 20 0 102 16 112 103 72
Binary 10111001 11011100 1001011 10000 0 1000010 1110 1001010 1000011 111010

Color Harmonies of #B9DC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DC4B

Black with #B9DC4B

Text Example


Text Example

White with #B9DC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DC4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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