Html Css Color HEX #BAD74C Conifer

📋 copy color: '#BAD74C'

red 186 ◦ green 215 ◦ blue 76

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

Shades of Conifer #BAD74C

Tints of Conifer #BAD74C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.93%

R = 38.99%
G = 45.07%
B = 15.93%

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

#BAD74C (or 0xBAD74C) is known color: Conifer. HEX triplet: BA, D7 and 4C. RGB value is (186,215,76). Sum of RGB (Red+Green+Blue) = 186+215+76=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 215 (84.38% from 255 or 45.07% from 477); Blue value is 76 (30.08% from 255 or 15.93% from 477); Max value from RGB is 215 - color contains mainly: green. Hex color #BAD74C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD74C is #4528B3. Grayscale: #BFBFBF. Windows color (decimal): -4532404 or 5035962. OLE color: 5035962.

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

Color convert

RGB 186 215 76 -
CMYK 0.13 0 0.65 0.16
HSL 72.52º 0.63% 0.57% -
HSV(B) 72.52º 0.65% 0.84% -
XYZ 45.85 59.56 15.92 -
YUV 190.48 63.39 124.8 -
System Red Green Blue C M Y K H S L
Decimal 186 215 76 0.13 0 0.65 0.16 72.52 0.63 0.57
Hex BA D7 4C D 0 41 10 49 3F 39
Octal 272 327 114 15 0 101 20 111 77 71
Binary 10111010 11010111 1001100 1101 0 1000001 10000 1001001 111111 111001

Color Harmonies of #BAD74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD74C

Black with #BAD74C

Text Example


Text Example

White with #BAD74C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD74C; }

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

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

background-color css

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

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

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

border-color css

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

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

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