Html Css Color HEX #BADC61 Conifer

📋 copy color: '#BADC61'

red 186 ◦ green 220 ◦ blue 97

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

Shades of Conifer #BADC61

Tints of Conifer #BADC61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.28%

R = 36.98%
G = 43.74%
B = 19.28%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#BADC61 (or 0xBADC61) is known color: Conifer. HEX triplet: BA, DC and 61. RGB value is (186,220,97). Sum of RGB (Red+Green+Blue) = 186+220+97=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 97 (38.28% from 255 or 19.28% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADC61 is #45239E. Grayscale: #C4C4C4. Windows color (decimal): -4531103 or 6413498. OLE color: 6413498.

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

Color convert

RGB 186 220 97 -
CMYK 0.15 0 0.56 0.14
HSL 76.59º 0.64% 0.62% -
HSV(B) 76.59º 0.56% 0.86% -
XYZ 48 62.49 20.84 -
YUV 195.81 72.24 121 -
System Red Green Blue C M Y K H S L
Decimal 186 220 97 0.15 0 0.56 0.14 76.59 0.64 0.62
Hex BA DC 61 F 0 38 E 4D 40 3E
Octal 272 334 141 17 0 70 16 115 100 76
Binary 10111010 11011100 1100001 1111 0 111000 1110 1001101 1000000 111110

Color Harmonies of #BADC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADC61

Black with #BADC61

Text Example


Text Example

White with #BADC61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADC61; }

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

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

background-color css

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

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

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

border-color css

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

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

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