Html Css Color HEX #BAC740 Celery

📋 copy color: '#BAC740'

red 186 ◦ green 199 ◦ blue 64

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

Shades of Celery #BAC740

Tints of Celery #BAC740

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.32%

 BLUE value IS 64 (25.39% from 255) = 14.25%

R = 41.43%
G = 44.32%
B = 14.25%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#BAC740 (or 0xBAC740) is known color: Celery. HEX triplet: BA, C7 and 40. RGB value is (186,199,64). Sum of RGB (Red+Green+Blue) = 186+199+64=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 199 (78.12% from 255 or 44.32% from 449); Blue value is 64 (25.39% from 255 or 14.25% from 449); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC740 is #4538BF. Grayscale: #B4B4B4. Windows color (decimal): -4536512 or 4245434. OLE color: 4245434.

HSL color Cylindrical-coordinate representation of color #BAC740: hue angle of 65.78º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BAC740 is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 199 64 -
CMYK 0.07 0 0.68 0.22
HSL 65.78º 0.55% 0.52% -
HSV(B) 65.78º 0.68% 0.78% -
XYZ 41.6 51.66 12.63 -
YUV 179.72 62.69 132.48 -
System Red Green Blue C M Y K H S L
Decimal 186 199 64 0.07 0 0.68 0.22 65.78 0.55 0.52
Hex BA C7 40 7 0 44 16 42 37 34
Octal 272 307 100 7 0 104 26 102 67 64
Binary 10111010 11000111 1000000 111 0 1000100 10110 1000010 110111 110100

Color Harmonies of #BAC740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC740

Black with #BAC740

Text Example


Text Example

White with #BAC740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC740; }

 p { color: rgb(186,199,64); }

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

background-color css

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

 a { background-color: rgb(186,199,64); }

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

border-color css

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

 span { border-color: rgb(186,199,64); }

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