Html Css Color HEX #BADA62 Conifer

📋 copy color: '#BADA62'

red 186 ◦ green 218 ◦ blue 98

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

Shades of Conifer #BADA62

Tints of Conifer #BADA62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.52%

R = 37.05%
G = 43.43%
B = 19.52%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#BADA62 (or 0xBADA62) is known color: Conifer. HEX triplet: BA, DA and 62. RGB value is (186,218,98). Sum of RGB (Red+Green+Blue) = 186+218+98=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 98 (38.67% from 255 or 19.52% from 502); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADA62 is #45259D. Grayscale: #C3C3C3. Windows color (decimal): -4531614 or 6478522. OLE color: 6478522.

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

Color convert

RGB 186 218 98 -
CMYK 0.15 0 0.55 0.15
HSL 76º 0.62% 0.62% -
HSV(B) 76º 0.55% 0.85% -
XYZ 47.53 61.46 20.91 -
YUV 194.75 73.4 121.76 -
System Red Green Blue C M Y K H S L
Decimal 186 218 98 0.15 0 0.55 0.15 76 0.62 0.62
Hex BA DA 62 F 0 37 F 4C 3E 3E
Octal 272 332 142 17 0 67 17 114 76 76
Binary 10111010 11011010 1100010 1111 0 110111 1111 1001100 111110 111110

Color Harmonies of #BADA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADA62

Black with #BADA62

Text Example


Text Example

White with #BADA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADA62; }

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

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

background-color css

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

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

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

border-color css

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

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

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