Html Css Color HEX #BADD4A Conifer

📋 copy color: '#BADD4A'

red 186 ◦ green 221 ◦ blue 74

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

Shades of Conifer #BADD4A

Tints of Conifer #BADD4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.38%

R = 38.67%
G = 45.95%
B = 15.38%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#BADD4A (or 0xBADD4A) is known color: Conifer. HEX triplet: BA, DD and 4A. RGB value is (186,221,74). Sum of RGB (Red+Green+Blue) = 186+221+74=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 74 (29.30% from 255 or 15.38% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADD4A is #4522B5. Grayscale: #C2C2C2. Windows color (decimal): -4530870 or 4906426. OLE color: 4906426.

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

Color convert

RGB 186 221 74 -
CMYK 0.16 0 0.67 0.13
HSL 74.29º 0.68% 0.58% -
HSV(B) 74.29º 0.67% 0.87% -
XYZ 47.34 62.65 16.08 -
YUV 193.78 60.4 122.45 -
System Red Green Blue C M Y K H S L
Decimal 186 221 74 0.16 0 0.67 0.13 74.29 0.68 0.58
Hex BA DD 4A 10 0 43 D 4A 44 3A
Octal 272 335 112 20 0 103 15 112 104 72
Binary 10111010 11011101 1001010 10000 0 1000011 1101 1001010 1000100 111010

Color Harmonies of #BADD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADD4A

Black with #BADD4A

Text Example


Text Example

White with #BADD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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