Html Css Color HEX #BABD4A Celery

📋 copy color: '#BABD4A'

red 186 ◦ green 189 ◦ blue 74

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

Shades of Celery #BABD4A

Tints of Celery #BABD4A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.09%

 BLUE value IS 74 (29.3% from 255) = 16.48%

R = 41.43%
G = 42.09%
B = 16.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BABD4A (or 0xBABD4A) is known color: Celery. HEX triplet: BA, BD and 4A. RGB value is (186,189,74). Sum of RGB (Red+Green+Blue) = 186+189+74=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 74 (29.30% from 255 or 16.48% from 449); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABD4A is #4542B5. Grayscale: #AFAFAF. Windows color (decimal): -4539062 or 4898234. OLE color: 4898234.

HSL color Cylindrical-coordinate representation of color #BABD4A: hue angle of 61.57º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BABD4A is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 189 74 -
CMYK 0.02 0 0.61 0.26
HSL 61.57º 0.47% 0.52% -
HSV(B) 61.57º 0.61% 0.74% -
XYZ 39.68 47.33 13.52 -
YUV 174.99 71.01 135.85 -
System Red Green Blue C M Y K H S L
Decimal 186 189 74 0.02 0 0.61 0.26 61.57 0.47 0.52
Hex BA BD 4A 2 0 3D 1A 3E 2F 34
Octal 272 275 112 2 0 75 32 76 57 64
Binary 10111010 10111101 1001010 10 0 111101 11010 111110 101111 110100

Color Harmonies of #BABD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABD4A

Black with #BABD4A

Text Example


Text Example

White with #BABD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABD4A; }

 p { color: rgb(186,189,74); }

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

background-color css

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

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

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

border-color css

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

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

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