Html Css Color HEX #BAC948 Celery

📋 copy color: '#BAC948'

red 186 ◦ green 201 ◦ blue 72

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

Shades of Celery #BAC948

Tints of Celery #BAC948

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.79%

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

R = 40.52%
G = 43.79%
B = 15.69%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#BAC948 (or 0xBAC948) is known color: Celery. HEX triplet: BA, C9 and 48. RGB value is (186,201,72). Sum of RGB (Red+Green+Blue) = 186+201+72=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 201 (78.91% from 255 or 43.79% from 459); Blue value is 72 (28.52% from 255 or 15.69% from 459); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC948 is #4536B7. Grayscale: #B6B6B6. Windows color (decimal): -4535992 or 4770234. OLE color: 4770234.

HSL color Cylindrical-coordinate representation of color #BAC948: hue angle of 66.98º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BAC948 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 201 72 -
CMYK 0.07 0 0.64 0.21
HSL 66.98º 0.54% 0.54% -
HSV(B) 66.98º 0.64% 0.79% -
XYZ 42.31 52.68 14.07 -
YUV 181.81 66.03 130.99 -
System Red Green Blue C M Y K H S L
Decimal 186 201 72 0.07 0 0.64 0.21 66.98 0.54 0.54
Hex BA C9 48 7 0 40 15 43 36 36
Octal 272 311 110 7 0 100 25 103 66 66
Binary 10111010 11001001 1001000 111 0 1000000 10101 1000011 110110 110110

Color Harmonies of #BAC948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC948

Black with #BAC948

Text Example


Text Example

White with #BAC948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC948; }

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

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

background-color css

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

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

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

border-color css

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

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

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