Html Css Color HEX #BADD62 Conifer

📋 copy color: '#BADD62'

red 186 ◦ green 221 ◦ blue 98

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

Shades of Conifer #BADD62

Tints of Conifer #BADD62

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.76%

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

R = 36.83%
G = 43.76%
B = 19.41%

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

#BADD62 (or 0xBADD62) is known color: Conifer. HEX triplet: BA, DD and 62. RGB value is (186,221,98). Sum of RGB (Red+Green+Blue) = 186+221+98=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 98 (38.67% from 255 or 19.41% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADD62 is #45229D. Grayscale: #C4C4C4. Windows color (decimal): -4530846 or 6479290. OLE color: 6479290.

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

Color convert

RGB 186 221 98 -
CMYK 0.16 0 0.56 0.13
HSL 77.07º 0.64% 0.63% -
HSV(B) 77.07º 0.56% 0.87% -
XYZ 48.31 63.03 21.18 -
YUV 196.51 72.4 120.5 -
System Red Green Blue C M Y K H S L
Decimal 186 221 98 0.16 0 0.56 0.13 77.07 0.64 0.63
Hex BA DD 62 10 0 38 D 4D 40 3F
Octal 272 335 142 20 0 70 15 115 100 77
Binary 10111010 11011101 1100010 10000 0 111000 1101 1001101 1000000 111111

Color Harmonies of #BADD62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADD62

Black with #BADD62

Text Example


Text Example

White with #BADD62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADD62; }

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

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

background-color css

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

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

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

border-color css

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

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

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