Html Css Color HEX #BAD54A Conifer

📋 copy color: '#BAD54A'

red 186 ◦ green 213 ◦ blue 74

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

Shades of Conifer #BAD54A

Tints of Conifer #BAD54A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.03%

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

R = 39.32%
G = 45.03%
B = 15.64%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#BAD54A (or 0xBAD54A) is known color: Conifer. HEX triplet: BA, D5 and 4A. RGB value is (186,213,74). Sum of RGB (Red+Green+Blue) = 186+213+74=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 74 (29.30% from 255 or 15.64% from 473); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD54A is #452AB5. Grayscale: #BDBDBD. Windows color (decimal): -4532918 or 4904378. OLE color: 4904378.

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

Color convert

RGB 186 213 74 -
CMYK 0.13 0 0.65 0.16
HSL 71.65º 0.62% 0.56% -
HSV(B) 71.65º 0.65% 0.84% -
XYZ 45.28 58.52 15.39 -
YUV 189.08 63.05 125.8 -
System Red Green Blue C M Y K H S L
Decimal 186 213 74 0.13 0 0.65 0.16 71.65 0.62 0.56
Hex BA D5 4A D 0 41 10 48 3E 38
Octal 272 325 112 15 0 101 20 110 76 70
Binary 10111010 11010101 1001010 1101 0 1000001 10000 1001000 111110 111000

Color Harmonies of #BAD54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD54A

Black with #BAD54A

Text Example


Text Example

White with #BAD54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD54A; }

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

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

background-color css

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

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

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

border-color css

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

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

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