Html Css Color HEX #BAC047 Celery

📋 copy color: '#BAC047'

red 186 ◦ green 192 ◦ blue 71

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

Shades of Celery #BAC047

Tints of Celery #BAC047

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.76%

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

R = 41.43%
G = 42.76%
B = 15.81%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BAC047 (or 0xBAC047) is known color: Celery. HEX triplet: BA, C0 and 47. RGB value is (186,192,71). Sum of RGB (Red+Green+Blue) = 186+192+71=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 71 (28.12% from 255 or 15.81% from 449); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC047 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC047 is #453FB8. Grayscale: #B0B0B0. Windows color (decimal): -4538297 or 4702394. OLE color: 4702394.

HSL color Cylindrical-coordinate representation of color #BAC047: hue angle of 62.98º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BAC047 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 192 71 -
CMYK 0.03 0 0.63 0.25
HSL 62.98º 0.49% 0.52% -
HSV(B) 62.98º 0.63% 0.75% -
XYZ 40.24 48.59 13.22 -
YUV 176.41 68.51 134.84 -
System Red Green Blue C M Y K H S L
Decimal 186 192 71 0.03 0 0.63 0.25 62.98 0.49 0.52
Hex BA C0 47 3 0 3F 19 3F 31 34
Octal 272 300 107 3 0 77 31 77 61 64
Binary 10111010 11000000 1000111 11 0 111111 11001 111111 110001 110100

Color Harmonies of #BAC047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC047

Black with #BAC047

Text Example


Text Example

White with #BAC047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC047; }

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

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

background-color css

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

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

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

border-color css

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

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

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