Html Css Color HEX #BADC69 Conifer

📋 copy color: '#BADC69'

red 186 ◦ green 220 ◦ blue 105

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

Shades of Conifer #BADC69

Tints of Conifer #BADC69

RGB

 RED value IS 186 (73.05% from 255) = 36.4%

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

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

R = 36.4%
G = 43.05%
B = 20.55%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#BADC69 (or 0xBADC69) is known color: Conifer. HEX triplet: BA, DC and 69. RGB value is (186,220,105). Sum of RGB (Red+Green+Blue) = 186+220+105=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 105 (41.41% from 255 or 20.55% from 511); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADC69 is #452396. Grayscale: #C5C5C5. Windows color (decimal): -4531095 or 6937786. OLE color: 6937786.

HSL color Cylindrical-coordinate representation of color #BADC69: hue angle of 77.74º 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 #BADC69 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 220 105 -
CMYK 0.15 0 0.52 0.14
HSL 77.74º 0.62% 0.64% -
HSV(B) 77.74º 0.52% 0.86% -
XYZ 48.39 62.65 22.91 -
YUV 196.72 76.24 120.35 -
System Red Green Blue C M Y K H S L
Decimal 186 220 105 0.15 0 0.52 0.14 77.74 0.62 0.64
Hex BA DC 69 F 0 34 E 4E 3E 40
Octal 272 334 151 17 0 64 16 116 76 100
Binary 10111010 11011100 1101001 1111 0 110100 1110 1001110 111110 1000000

Color Harmonies of #BADC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADC69

Black with #BADC69

Text Example


Text Example

White with #BADC69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADC69; }

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

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

background-color css

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

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

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

border-color css

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

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

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