Html Css Color HEX #BADC68 Conifer

📋 copy color: '#BADC68'

red 186 ◦ green 220 ◦ blue 104

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

Shades of Conifer #BADC68

Tints of Conifer #BADC68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.39%

R = 36.47%
G = 43.14%
B = 20.39%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#BADC68 (or 0xBADC68) is known color: Conifer. HEX triplet: BA, DC and 68. RGB value is (186,220,104). Sum of RGB (Red+Green+Blue) = 186+220+104=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 104 (41.02% from 255 or 20.39% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADC68 is #452397. Grayscale: #C5C5C5. Windows color (decimal): -4531096 or 6872250. OLE color: 6872250.

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

Color convert

RGB 186 220 104 -
CMYK 0.15 0 0.53 0.14
HSL 77.59º 0.62% 0.64% -
HSV(B) 77.59º 0.53% 0.86% -
XYZ 48.34 62.62 22.64 -
YUV 196.61 75.74 120.43 -
System Red Green Blue C M Y K H S L
Decimal 186 220 104 0.15 0 0.53 0.14 77.59 0.62 0.64
Hex BA DC 68 F 0 35 E 4E 3E 40
Octal 272 334 150 17 0 65 16 116 76 100
Binary 10111010 11011100 1101000 1111 0 110101 1110 1001110 111110 1000000

Color Harmonies of #BADC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADC68

Black with #BADC68

Text Example


Text Example

White with #BADC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADC68; }

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

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

background-color css

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

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

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

border-color css

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

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

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