Html Css Color HEX #BAC942 Celery

📋 copy color: '#BAC942'

red 186 ◦ green 201 ◦ blue 66

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

Shades of Celery #BAC942

Tints of Celery #BAC942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.57%

R = 41.06%
G = 44.37%
B = 14.57%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#BAC942 (or 0xBAC942) is known color: Celery. HEX triplet: BA, C9 and 42. RGB value is (186,201,66). Sum of RGB (Red+Green+Blue) = 186+201+66=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 201 (78.91% from 255 or 44.37% from 453); Blue value is 66 (26.17% from 255 or 14.57% from 453); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC942 is #4536BD. Grayscale: #B5B5B5. Windows color (decimal): -4535998 or 4377018. OLE color: 4377018.

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

Color convert

RGB 186 201 66 -
CMYK 0.07 0 0.67 0.21
HSL 66.67º 0.56% 0.52% -
HSV(B) 66.67º 0.67% 0.79% -
XYZ 42.12 52.61 13.09 -
YUV 181.13 63.03 131.48 -
System Red Green Blue C M Y K H S L
Decimal 186 201 66 0.07 0 0.67 0.21 66.67 0.56 0.52
Hex BA C9 42 7 0 43 15 43 38 34
Octal 272 311 102 7 0 103 25 103 70 64
Binary 10111010 11001001 1000010 111 0 1000011 10101 1000011 111000 110100

Color Harmonies of #BAC942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC942

Black with #BAC942

Text Example


Text Example

White with #BAC942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC942; }

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

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

background-color css

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

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

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

border-color css

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

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

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