Html Css Color HEX #BAC852 Celery

📋 copy color: '#BAC852'

red 186 ◦ green 200 ◦ blue 82

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

Shades of Celery #BAC852

Tints of Celery #BAC852

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.74%

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

R = 39.74%
G = 42.74%
B = 17.52%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#BAC852 (or 0xBAC852) is known color: Celery. HEX triplet: BA, C8 and 52. RGB value is (186,200,82). Sum of RGB (Red+Green+Blue) = 186+200+82=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 200 (78.52% from 255 or 42.74% from 468); Blue value is 82 (32.42% from 255 or 17.52% from 468); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC852 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC852 is #4537AD. Grayscale: #B6B6B6. Windows color (decimal): -4536238 or 5425338. OLE color: 5425338.

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

Color convert

RGB 186 200 82 -
CMYK 0.07 0 0.59 0.22
HSL 67.12º 0.52% 0.55% -
HSV(B) 67.12º 0.59% 0.78% -
XYZ 42.43 52.36 15.85 -
YUV 182.36 71.36 130.59 -
System Red Green Blue C M Y K H S L
Decimal 186 200 82 0.07 0 0.59 0.22 67.12 0.52 0.55
Hex BA C8 52 7 0 3B 16 43 34 37
Octal 272 310 122 7 0 73 26 103 64 67
Binary 10111010 11001000 1010010 111 0 111011 10110 1000011 110100 110111

Color Harmonies of #BAC852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC852

Black with #BAC852

Text Example


Text Example

White with #BAC852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC852; }

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

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

background-color css

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

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

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

border-color css

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

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

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