Html Css Color HEX #BADF62 Conifer

📋 copy color: '#BADF62'

red 186 ◦ green 223 ◦ blue 98

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

Shades of Conifer #BADF62

Tints of Conifer #BADF62

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.98%

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

R = 36.69%
G = 43.98%
B = 19.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#BADF62 (or 0xBADF62) is known color: Conifer. HEX triplet: BA, DF and 62. RGB value is (186,223,98). Sum of RGB (Red+Green+Blue) = 186+223+98=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 98 (38.67% from 255 or 19.33% from 507); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADF62 is #45209D. Grayscale: #C6C6C6. Windows color (decimal): -4530334 or 6479802. OLE color: 6479802.

HSL color Cylindrical-coordinate representation of color #BADF62: hue angle of 77.76º degrees, saturation: 0.66, 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 #BADF62 is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 223 98 -
CMYK 0.17 0 0.56 0.13
HSL 77.76º 0.66% 0.63% -
HSV(B) 77.76º 0.56% 0.87% -
XYZ 48.84 64.1 21.35 -
YUV 197.69 71.74 119.66 -
System Red Green Blue C M Y K H S L
Decimal 186 223 98 0.17 0 0.56 0.13 77.76 0.66 0.63
Hex BA DF 62 11 0 38 D 4E 42 3F
Octal 272 337 142 21 0 70 15 116 102 77
Binary 10111010 11011111 1100010 10001 0 111000 1101 1001110 1000010 111111

Color Harmonies of #BADF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADF62

Black with #BADF62

Text Example


Text Example

White with #BADF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADF62; }

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

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

background-color css

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

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

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

border-color css

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

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

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