Html Css Color HEX #BAC950 Celery

📋 copy color: '#BAC950'

red 186 ◦ green 201 ◦ blue 80

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

Shades of Celery #BAC950

Tints of Celery #BAC950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.13%

R = 39.83%
G = 43.04%
B = 17.13%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#BAC950 (or 0xBAC950) is known color: Celery. HEX triplet: BA, C9 and 50. RGB value is (186,201,80). Sum of RGB (Red+Green+Blue) = 186+201+80=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 201 (78.91% from 255 or 43.04% from 467); Blue value is 80 (31.64% from 255 or 17.13% from 467); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC950 is #4536AF. Grayscale: #B7B7B7. Windows color (decimal): -4535984 or 5294522. OLE color: 5294522.

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

Color convert

RGB 186 201 80 -
CMYK 0.07 0 0.60 0.21
HSL 67.44º 0.53% 0.55% -
HSV(B) 67.44º 0.6% 0.79% -
XYZ 42.58 52.79 15.53 -
YUV 182.72 70.03 130.34 -
System Red Green Blue C M Y K H S L
Decimal 186 201 80 0.07 0 0.60 0.21 67.44 0.53 0.55
Hex BA C9 50 7 0 3C 15 43 35 37
Octal 272 311 120 7 0 74 25 103 65 67
Binary 10111010 11001001 1010000 111 0 111100 10101 1000011 110101 110111

Color Harmonies of #BAC950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC950

Black with #BAC950

Text Example


Text Example

White with #BAC950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC950; }

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

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

background-color css

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

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

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

border-color css

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

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

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