Html Css Color HEX #BADE4A Conifer

📋 copy color: '#BADE4A'

red 186 ◦ green 222 ◦ blue 74

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

Shades of Conifer #BADE4A

Tints of Conifer #BADE4A

RGB

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

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

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

R = 38.59%
G = 46.06%
B = 15.35%

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

#BADE4A (or 0xBADE4A) is known color: Conifer. HEX triplet: BA, DE and 4A. RGB value is (186,222,74). Sum of RGB (Red+Green+Blue) = 186+222+74=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 222 (87.11% from 255 or 46.06% from 482); Blue value is 74 (29.30% from 255 or 15.35% from 482); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADE4A is #4521B5. Grayscale: #C2C2C2. Windows color (decimal): -4530614 or 4906682. OLE color: 4906682.

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

Color convert

RGB 186 222 74 -
CMYK 0.16 0 0.67 0.13
HSL 74.59º 0.69% 0.58% -
HSV(B) 74.59º 0.67% 0.87% -
XYZ 47.61 63.18 16.16 -
YUV 194.36 60.07 122.03 -
System Red Green Blue C M Y K H S L
Decimal 186 222 74 0.16 0 0.67 0.13 74.59 0.69 0.58
Hex BA DE 4A 10 0 43 D 4B 45 3A
Octal 272 336 112 20 0 103 15 113 105 72
Binary 10111010 11011110 1001010 10000 0 1000011 1101 1001011 1000101 111010

Color Harmonies of #BADE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADE4A

Black with #BADE4A

Text Example


Text Example

White with #BADE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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