Html Css Color HEX #BADB60 Conifer

📋 copy color: '#BADB60'

red 186 ◦ green 219 ◦ blue 96

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

Shades of Conifer #BADB60

Tints of Conifer #BADB60

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.71%

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

R = 37.13%
G = 43.71%
B = 19.16%

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

#BADB60 (or 0xBADB60) is known color: Conifer. HEX triplet: BA, DB and 60. RGB value is (186,219,96). Sum of RGB (Red+Green+Blue) = 186+219+96=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 96 (37.89% from 255 or 19.16% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADB60 is #45249F. Grayscale: #C3C3C3. Windows color (decimal): -4531360 or 6347706. OLE color: 6347706.

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

Color convert

RGB 186 219 96 -
CMYK 0.15 0 0.56 0.14
HSL 76.1º 0.63% 0.62% -
HSV(B) 76.1º 0.56% 0.86% -
XYZ 47.69 61.95 20.51 -
YUV 195.11 72.07 121.5 -
System Red Green Blue C M Y K H S L
Decimal 186 219 96 0.15 0 0.56 0.14 76.1 0.63 0.62
Hex BA DB 60 F 0 38 E 4C 3F 3E
Octal 272 333 140 17 0 70 16 114 77 76
Binary 10111010 11011011 1100000 1111 0 111000 1110 1001100 111111 111110

Color Harmonies of #BADB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADB60

Black with #BADB60

Text Example


Text Example

White with #BADB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADB60; }

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

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

background-color css

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

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

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

border-color css

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

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

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