Html Css Color HEX #BAB741 Celery

📋 copy color: '#BAB741'

red 186 ◦ green 183 ◦ blue 65

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

Shades of Celery #BAB741

Tints of Celery #BAB741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.98%

R = 42.86%
G = 42.17%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BAB741 (or 0xBAB741) is known color: Celery. HEX triplet: BA, B7 and 41. RGB value is (186,183,65). Sum of RGB (Red+Green+Blue) = 186+183+65=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 183 (71.88% from 255 or 42.17% from 434); Blue value is 65 (25.78% from 255 or 14.98% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB741 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB741 is #4548BE. Grayscale: #AAAAAA. Windows color (decimal): -4540607 or 4306874. OLE color: 4306874.

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

Color convert

RGB 186 183 65 -
CMYK 0 0.02 0.65 0.27
HSL 58.51º 0.48% 0.49% -
HSV(B) 58.51º 0.65% 0.73% -
XYZ 38.14 44.69 11.62 -
YUV 170.45 68.49 139.09 -
System Red Green Blue C M Y K H S L
Decimal 186 183 65 0 0.02 0.65 0.27 58.51 0.48 0.49
Hex BA B7 41 0 2 41 1B 3B 30 31
Octal 272 267 101 0 2 101 33 73 60 61
Binary 10111010 10110111 1000001 0 10 1000001 11011 111011 110000 110001

Color Harmonies of #BAB741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB741

Black with #BAB741

Text Example


Text Example

White with #BAB741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB741; }

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

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

background-color css

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

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

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

border-color css

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

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

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