Html Css Color HEX #BABF4A Celery

📋 copy color: '#BABF4A'

red 186 ◦ green 191 ◦ blue 74

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

Shades of Celery #BABF4A

Tints of Celery #BABF4A

RGB

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

 GREEN value IS 191 (75% from 255) = 42.35%

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

R = 41.24%
G = 42.35%
B = 16.41%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BABF4A (or 0xBABF4A) is known color: Celery. HEX triplet: BA, BF and 4A. RGB value is (186,191,74). Sum of RGB (Red+Green+Blue) = 186+191+74=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 74 (29.30% from 255 or 16.41% from 451); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABF4A is #4540B5. Grayscale: #B0B0B0. Windows color (decimal): -4538550 or 4898746. OLE color: 4898746.

HSL color Cylindrical-coordinate representation of color #BABF4A: hue angle of 62.56º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BABF4A is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 191 74 -
CMYK 0.03 0 0.61 0.25
HSL 62.56º 0.48% 0.52% -
HSV(B) 62.56º 0.61% 0.75% -
XYZ 40.12 48.2 13.67 -
YUV 176.17 70.34 135.01 -
System Red Green Blue C M Y K H S L
Decimal 186 191 74 0.03 0 0.61 0.25 62.56 0.48 0.52
Hex BA BF 4A 3 0 3D 19 3F 30 34
Octal 272 277 112 3 0 75 31 77 60 64
Binary 10111010 10111111 1001010 11 0 111101 11001 111111 110000 110100

Color Harmonies of #BABF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABF4A

Black with #BABF4A

Text Example


Text Example

White with #BABF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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