Html Css Color HEX #BAC952 Celery

📋 copy color: '#BAC952'

red 186 ◦ green 201 ◦ blue 82

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

Shades of Celery #BAC952

Tints of Celery #BAC952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.48%

R = 39.66%
G = 42.86%
B = 17.48%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#BAC952 (or 0xBAC952) is known color: Celery. HEX triplet: BA, C9 and 52. RGB value is (186,201,82). Sum of RGB (Red+Green+Blue) = 186+201+82=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 201 (78.91% from 255 or 42.86% from 469); Blue value is 82 (32.42% from 255 or 17.48% from 469); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC952 is #4536AD. Grayscale: #B7B7B7. Windows color (decimal): -4535982 or 5425594. OLE color: 5425594.

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

Color convert

RGB 186 201 82 -
CMYK 0.07 0 0.59 0.21
HSL 67.56º 0.52% 0.55% -
HSV(B) 67.56º 0.59% 0.79% -
XYZ 42.66 52.82 15.93 -
YUV 182.95 71.03 130.18 -
System Red Green Blue C M Y K H S L
Decimal 186 201 82 0.07 0 0.59 0.21 67.56 0.52 0.55
Hex BA C9 52 7 0 3B 15 44 34 37
Octal 272 311 122 7 0 73 25 104 64 67
Binary 10111010 11001001 1010010 111 0 111011 10101 1000100 110100 110111

Color Harmonies of #BAC952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC952

Black with #BAC952

Text Example


Text Example

White with #BAC952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC952; }

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

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

background-color css

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

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

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

border-color css

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

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

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