Html Css Color HEX #B9DC65 Conifer

📋 copy color: '#B9DC65'

red 185 ◦ green 220 ◦ blue 101

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

Shades of Conifer #B9DC65

Tints of Conifer #B9DC65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.96%

R = 36.56%
G = 43.48%
B = 19.96%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#B9DC65 (or 0xB9DC65) is known color: Conifer. HEX triplet: B9, DC and 65. RGB value is (185,220,101). Sum of RGB (Red+Green+Blue) = 185+220+101=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 101 (39.84% from 255 or 19.96% from 506); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DC65 is #46239A. Grayscale: #C4C4C4. Windows color (decimal): -4596635 or 6675641. OLE color: 6675641.

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

Color convert

RGB 185 220 101 -
CMYK 0.16 0 0.54 0.14
HSL 77.65º 0.63% 0.63% -
HSV(B) 77.65º 0.54% 0.86% -
XYZ 47.95 62.44 21.84 -
YUV 195.97 74.4 120.18 -
System Red Green Blue C M Y K H S L
Decimal 185 220 101 0.16 0 0.54 0.14 77.65 0.63 0.63
Hex B9 DC 65 10 0 36 E 4E 3F 3F
Octal 271 334 145 20 0 66 16 116 77 77
Binary 10111001 11011100 1100101 10000 0 110110 1110 1001110 111111 111111

Color Harmonies of #B9DC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DC65

Black with #B9DC65

Text Example


Text Example

White with #B9DC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DC65; }

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

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

background-color css

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

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

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

border-color css

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

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

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