Html Css Color HEX #BAB74D Celery

📋 copy color: '#BAB74D'

red 186 ◦ green 183 ◦ blue 77

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

Shades of Celery #BAB74D

Tints of Celery #BAB74D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.03%

 BLUE value IS 77 (30.47% from 255) = 17.26%

R = 41.7%
G = 41.03%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BAB74D (or 0xBAB74D) is known color: Celery. HEX triplet: BA, B7 and 4D. RGB value is (186,183,77). Sum of RGB (Red+Green+Blue) = 186+183+77=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 183 (71.88% from 255 or 41.03% from 446); Blue value is 77 (30.47% from 255 or 17.26% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB74D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB74D is #4548B2. Grayscale: #ACACAC. Windows color (decimal): -4540595 or 5093306. OLE color: 5093306.

HSL color Cylindrical-coordinate representation of color #BAB74D: hue angle of 58.35º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BAB74D is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 183 77 -
CMYK 0 0.02 0.59 0.27
HSL 58.35º 0.44% 0.52% -
HSV(B) 58.35º 0.59% 0.73% -
XYZ 38.52 44.84 13.65 -
YUV 171.81 74.49 138.12 -
System Red Green Blue C M Y K H S L
Decimal 186 183 77 0 0.02 0.59 0.27 58.35 0.44 0.52
Hex BA B7 4D 0 2 3B 1B 3A 2C 34
Octal 272 267 115 0 2 73 33 72 54 64
Binary 10111010 10110111 1001101 0 10 111011 11011 111010 101100 110100

Color Harmonies of #BAB74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB74D

Black with #BAB74D

Text Example


Text Example

White with #BAB74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB74D; }

 p { color: rgb(186,183,77); }

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

background-color css

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

 a { background-color: rgb(186,183,77); }

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

border-color css

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

 span { border-color: rgb(186,183,77); }

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