Html Css Color HEX #B9DC69 Conifer

📋 copy color: '#B9DC69'

red 185 ◦ green 220 ◦ blue 105

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

Shades of Conifer #B9DC69

Tints of Conifer #B9DC69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 20.59%

R = 36.27%
G = 43.14%
B = 20.59%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#B9DC69 (or 0xB9DC69) is known color: Conifer. HEX triplet: B9, DC and 69. RGB value is (185,220,105). Sum of RGB (Red+Green+Blue) = 185+220+105=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 105 (41.41% from 255 or 20.59% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DC69 is #462396. Grayscale: #C4C4C4. Windows color (decimal): -4596631 or 6937785. OLE color: 6937785.

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

Color convert

RGB 185 220 105 -
CMYK 0.16 0 0.52 0.14
HSL 78.26º 0.62% 0.64% -
HSV(B) 78.26º 0.52% 0.86% -
XYZ 48.15 62.52 22.89 -
YUV 196.43 76.4 119.85 -
System Red Green Blue C M Y K H S L
Decimal 185 220 105 0.16 0 0.52 0.14 78.26 0.62 0.64
Hex B9 DC 69 10 0 34 E 4E 3E 40
Octal 271 334 151 20 0 64 16 116 76 100
Binary 10111001 11011100 1101001 10000 0 110100 1110 1001110 111110 1000000

Color Harmonies of #B9DC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DC69

Black with #B9DC69

Text Example


Text Example

White with #B9DC69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DC69; }

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

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

background-color css

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

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

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

border-color css

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

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

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