Html Css Color HEX #BADC60 Conifer

📋 copy color: '#BADC60'

red 186 ◦ green 220 ◦ blue 96

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

Shades of Conifer #BADC60

Tints of Conifer #BADC60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.12%

R = 37.05%
G = 43.82%
B = 19.12%

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

#BADC60 (or 0xBADC60) is known color: Conifer. HEX triplet: BA, DC and 60. RGB value is (186,220,96). Sum of RGB (Red+Green+Blue) = 186+220+96=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 96 (37.89% from 255 or 19.12% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADC60 is #45239F. Grayscale: #C4C4C4. Windows color (decimal): -4531104 or 6347962. OLE color: 6347962.

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

Color convert

RGB 186 220 96 -
CMYK 0.15 0 0.56 0.14
HSL 76.45º 0.64% 0.62% -
HSV(B) 76.45º 0.56% 0.86% -
XYZ 47.95 62.47 20.6 -
YUV 195.7 71.74 121.08 -
System Red Green Blue C M Y K H S L
Decimal 186 220 96 0.15 0 0.56 0.14 76.45 0.64 0.62
Hex BA DC 60 F 0 38 E 4C 40 3E
Octal 272 334 140 17 0 70 16 114 100 76
Binary 10111010 11011100 1100000 1111 0 111000 1110 1001100 1000000 111110

Color Harmonies of #BADC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADC60

Black with #BADC60

Text Example


Text Example

White with #BADC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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