Html Css Color HEX #BAD947 Conifer

📋 copy color: '#BAD947'

red 186 ◦ green 217 ◦ blue 71

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

Shades of Conifer #BAD947

Tints of Conifer #BAD947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.98%

R = 39.24%
G = 45.78%
B = 14.98%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#BAD947 (or 0xBAD947) is known color: Conifer. HEX triplet: BA, D9 and 47. RGB value is (186,217,71). Sum of RGB (Red+Green+Blue) = 186+217+71=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 71 (28.12% from 255 or 14.98% from 474); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD947 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD947 is #4526B8. Grayscale: #BFBFBF. Windows color (decimal): -4531897 or 4708794. OLE color: 4708794.

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

Color convert

RGB 186 217 71 -
CMYK 0.14 0 0.67 0.15
HSL 72.74º 0.66% 0.56% -
HSV(B) 72.74º 0.67% 0.85% -
XYZ 46.2 60.52 15.21 -
YUV 191.09 60.23 124.37 -
System Red Green Blue C M Y K H S L
Decimal 186 217 71 0.14 0 0.67 0.15 72.74 0.66 0.56
Hex BA D9 47 E 0 43 F 49 42 38
Octal 272 331 107 16 0 103 17 111 102 70
Binary 10111010 11011001 1000111 1110 0 1000011 1111 1001001 1000010 111000

Color Harmonies of #BAD947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD947

Black with #BAD947

Text Example


Text Example

White with #BAD947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD947; }

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

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

background-color css

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

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

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

border-color css

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

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

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