Html Css Color HEX #BADE62 Conifer

📋 copy color: '#BADE62'

red 186 ◦ green 222 ◦ blue 98

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

Shades of Conifer #BADE62

Tints of Conifer #BADE62

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.87%

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

R = 36.76%
G = 43.87%
B = 19.37%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#BADE62 (or 0xBADE62) is known color: Conifer. HEX triplet: BA, DE and 62. RGB value is (186,222,98). Sum of RGB (Red+Green+Blue) = 186+222+98=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 222 (87.11% from 255 or 43.87% from 506); Blue value is 98 (38.67% from 255 or 19.37% from 506); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADE62 is #45219D. Grayscale: #C5C5C5. Windows color (decimal): -4530590 or 6479546. OLE color: 6479546.

HSL color Cylindrical-coordinate representation of color #BADE62: hue angle of 77.42º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BADE62 is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 222 98 -
CMYK 0.16 0 0.56 0.13
HSL 77.42º 0.65% 0.63% -
HSV(B) 77.42º 0.56% 0.87% -
XYZ 48.58 63.56 21.26 -
YUV 197.1 72.07 120.08 -
System Red Green Blue C M Y K H S L
Decimal 186 222 98 0.16 0 0.56 0.13 77.42 0.65 0.63
Hex BA DE 62 10 0 38 D 4D 41 3F
Octal 272 336 142 20 0 70 15 115 101 77
Binary 10111010 11011110 1100010 10000 0 111000 1101 1001101 1000001 111111

Color Harmonies of #BADE62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADE62

Black with #BADE62

Text Example


Text Example

White with #BADE62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADE62; }

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

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

background-color css

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

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

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

border-color css

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

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

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