Html Css Color HEX #BAD944 Conifer

📋 copy color: '#BAD944'

red 186 ◦ green 217 ◦ blue 68

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

Shades of Conifer #BAD944

Tints of Conifer #BAD944

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.07%

 BLUE value IS 68 (26.95% from 255) = 14.44%

R = 39.49%
G = 46.07%
B = 14.44%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#BAD944 (or 0xBAD944) is known color: Conifer. HEX triplet: BA, D9 and 44. RGB value is (186,217,68). Sum of RGB (Red+Green+Blue) = 186+217+68=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 217 (85.16% from 255 or 46.07% from 471); Blue value is 68 (26.95% from 255 or 14.44% from 471); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD944 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD944 is #4526BB. Grayscale: #BFBFBF. Windows color (decimal): -4531900 or 4512186. OLE color: 4512186.

HSL color Cylindrical-coordinate representation of color #BAD944: hue angle of 72.48º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BAD944 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 217 68 -
CMYK 0.14 0 0.69 0.15
HSL 72.48º 0.66% 0.56% -
HSV(B) 72.48º 0.69% 0.85% -
XYZ 46.11 60.48 14.71 -
YUV 190.75 58.73 124.62 -
System Red Green Blue C M Y K H S L
Decimal 186 217 68 0.14 0 0.69 0.15 72.48 0.66 0.56
Hex BA D9 44 E 0 45 F 48 42 38
Octal 272 331 104 16 0 105 17 110 102 70
Binary 10111010 11011001 1000100 1110 0 1000101 1111 1001000 1000010 111000

Color Harmonies of #BAD944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD944

Black with #BAD944

Text Example


Text Example

White with #BAD944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD944; }

 p { color: rgb(186,217,68); }

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

background-color css

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

 a { background-color: rgb(186,217,68); }

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

border-color css

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

 span { border-color: rgb(186,217,68); }

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