Html Css Color HEX #BAD54C Conifer

📋 copy color: '#BAD54C'

red 186 ◦ green 213 ◦ blue 76

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

Shades of Conifer #BAD54C

Tints of Conifer #BAD54C

RGB

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

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

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

R = 39.16%
G = 44.84%
B = 16%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#BAD54C (or 0xBAD54C) is known color: Conifer. HEX triplet: BA, D5 and 4C. RGB value is (186,213,76). Sum of RGB (Red+Green+Blue) = 186+213+76=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 76 (30.08% from 255 or 16% from 475); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD54C is #452AB3. Grayscale: #BDBDBD. Windows color (decimal): -4532916 or 5035450. OLE color: 5035450.

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

Color convert

RGB 186 213 76 -
CMYK 0.13 0 0.64 0.16
HSL 71.82º 0.62% 0.57% -
HSV(B) 71.82º 0.64% 0.84% -
XYZ 45.35 58.55 15.75 -
YUV 189.31 64.05 125.64 -
System Red Green Blue C M Y K H S L
Decimal 186 213 76 0.13 0 0.64 0.16 71.82 0.62 0.57
Hex BA D5 4C D 0 40 10 48 3E 39
Octal 272 325 114 15 0 100 20 110 76 71
Binary 10111010 11010101 1001100 1101 0 1000000 10000 1001000 111110 111001

Color Harmonies of #BAD54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD54C

Black with #BAD54C

Text Example


Text Example

White with #BAD54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD54C; }

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

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

background-color css

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

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

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

border-color css

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

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

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