Html Css Color HEX #BADA61 Conifer

📋 copy color: '#BADA61'

red 186 ◦ green 218 ◦ blue 97

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

Shades of Conifer #BADA61

Tints of Conifer #BADA61

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.51%

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

R = 37.13%
G = 43.51%
B = 19.36%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#BADA61 (or 0xBADA61) is known color: Conifer. HEX triplet: BA, DA and 61. RGB value is (186,218,97). Sum of RGB (Red+Green+Blue) = 186+218+97=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 97 (38.28% from 255 or 19.36% from 501); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADA61 is #45259E. Grayscale: #C3C3C3. Windows color (decimal): -4531615 or 6412986. OLE color: 6412986.

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

Color convert

RGB 186 218 97 -
CMYK 0.15 0 0.56 0.15
HSL 75.87º 0.62% 0.62% -
HSV(B) 75.87º 0.56% 0.85% -
XYZ 47.48 61.44 20.67 -
YUV 194.64 72.9 121.84 -
System Red Green Blue C M Y K H S L
Decimal 186 218 97 0.15 0 0.56 0.15 75.87 0.62 0.62
Hex BA DA 61 F 0 38 F 4C 3E 3E
Octal 272 332 141 17 0 70 17 114 76 76
Binary 10111010 11011010 1100001 1111 0 111000 1111 1001100 111110 111110

Color Harmonies of #BADA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADA61

Black with #BADA61

Text Example


Text Example

White with #BADA61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADA61; }

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

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

background-color css

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

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

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

border-color css

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

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

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