Html Css Color HEX #BAD748 Conifer

📋 copy color: '#BAD748'

red 186 ◦ green 215 ◦ blue 72

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

Shades of Conifer #BAD748

Tints of Conifer #BAD748

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.45%

 BLUE value IS 72 (28.52% from 255) = 15.22%

R = 39.32%
G = 45.45%
B = 15.22%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#BAD748 (or 0xBAD748) is known color: Conifer. HEX triplet: BA, D7 and 48. RGB value is (186,215,72). Sum of RGB (Red+Green+Blue) = 186+215+72=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 215 (84.38% from 255 or 45.45% from 473); Blue value is 72 (28.52% from 255 or 15.22% from 473); Max value from RGB is 215 - color contains mainly: green. Hex color #BAD748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD748 is #4528B7. Grayscale: #BEBEBE. Windows color (decimal): -4532408 or 4773818. OLE color: 4773818.

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

Color convert

RGB 186 215 72 -
CMYK 0.13 0 0.67 0.16
HSL 72.17º 0.64% 0.56% -
HSV(B) 72.17º 0.67% 0.84% -
XYZ 45.72 59.51 15.21 -
YUV 190.03 61.39 125.13 -
System Red Green Blue C M Y K H S L
Decimal 186 215 72 0.13 0 0.67 0.16 72.17 0.64 0.56
Hex BA D7 48 D 0 43 10 48 40 38
Octal 272 327 110 15 0 103 20 110 100 70
Binary 10111010 11010111 1001000 1101 0 1000011 10000 1001000 1000000 111000

Color Harmonies of #BAD748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD748

Black with #BAD748

Text Example


Text Example

White with #BAD748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD748; }

 p { color: rgb(186,215,72); }

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

background-color css

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

 a { background-color: rgb(186,215,72); }

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

border-color css

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

 span { border-color: rgb(186,215,72); }

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