Html Css Color HEX #BADA56 Conifer

📋 copy color: '#BADA56'

red 186 ◦ green 218 ◦ blue 86

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

Shades of Conifer #BADA56

Tints of Conifer #BADA56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 17.55%

R = 37.96%
G = 44.49%
B = 17.55%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#BADA56 (or 0xBADA56) is known color: Conifer. HEX triplet: BA, DA and 56. RGB value is (186,218,86). Sum of RGB (Red+Green+Blue) = 186+218+86=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 86 (33.98% from 255 or 17.55% from 490); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADA56 is #4525A9. Grayscale: #C1C1C1. Windows color (decimal): -4531626 or 5692090. OLE color: 5692090.

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

Color convert

RGB 186 218 86 -
CMYK 0.15 0 0.61 0.15
HSL 74.55º 0.64% 0.6% -
HSV(B) 74.55º 0.61% 0.85% -
XYZ 47 61.25 18.15 -
YUV 193.38 67.4 122.73 -
System Red Green Blue C M Y K H S L
Decimal 186 218 86 0.15 0 0.61 0.15 74.55 0.64 0.6
Hex BA DA 56 F 0 3D F 4B 40 3C
Octal 272 332 126 17 0 75 17 113 100 74
Binary 10111010 11011010 1010110 1111 0 111101 1111 1001011 1000000 111100

Color Harmonies of #BADA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADA56

Black with #BADA56

Text Example


Text Example

White with #BADA56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADA56; }

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

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

background-color css

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

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

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

border-color css

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

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

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