Html Css Color HEX #BABA3D Celery

📋 copy color: '#BABA3D'

red 186 ◦ green 186 ◦ blue 61

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

Shades of Celery #BABA3D

Tints of Celery #BABA3D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.96%

 BLUE value IS 61 (24.22% from 255) = 14.09%

R = 42.96%
G = 42.96%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BABA3D (or 0xBABA3D) is known color: Celery. HEX triplet: BA, BA and 3D. RGB value is (186,186,61). Sum of RGB (Red+Green+Blue) = 186+186+61=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 61 (24.22% from 255 or 14.09% from 433); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABA3D is #4545C2. Grayscale: #ACACAC. Windows color (decimal): -4539843 or 4045498. OLE color: 4045498.

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

Color convert

RGB 186 186 61 -
CMYK 0 0 0.67 0.27
HSL 60º 0.51% 0.48% -
HSV(B) 60º 0.67% 0.73% -
XYZ 38.65 45.89 11.24 -
YUV 171.75 65.5 138.16 -
System Red Green Blue C M Y K H S L
Decimal 186 186 61 0 0 0.67 0.27 60 0.51 0.48
Hex BA BA 3D 0 0 43 1B 3C 33 30
Octal 272 272 75 0 0 103 33 74 63 60
Binary 10111010 10111010 111101 0 0 1000011 11011 111100 110011 110000

Color Harmonies of #BABA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABA3D

Black with #BABA3D

Text Example


Text Example

White with #BABA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABA3D; }

 p { color: rgb(186,186,61); }

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

background-color css

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

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

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

border-color css

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

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

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