Html Css Color HEX #BABC3A Celery

📋 copy color: '#BABC3A'

red 186 ◦ green 188 ◦ blue 58

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

Shades of Celery #BABC3A

Tints of Celery #BABC3A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.52%

 BLUE value IS 58 (23.05% from 255) = 13.43%

R = 43.06%
G = 43.52%
B = 13.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BABC3A (or 0xBABC3A) is known color: Celery. HEX triplet: BA, BC and 3A. RGB value is (186,188,58). Sum of RGB (Red+Green+Blue) = 186+188+58=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 58 (23.05% from 255 or 13.43% from 432); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABC3A is #4543C5. Grayscale: #ADADAD. Windows color (decimal): -4539334 or 3849402. OLE color: 3849402.

HSL color Cylindrical-coordinate representation of color #BABC3A: hue angle of 60.92º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BABC3A is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 188 58 -
CMYK 0.01 0 0.69 0.26
HSL 60.92º 0.53% 0.48% -
HSV(B) 60.92º 0.69% 0.74% -
XYZ 39 46.71 10.96 -
YUV 172.58 63.34 137.57 -
System Red Green Blue C M Y K H S L
Decimal 186 188 58 0.01 0 0.69 0.26 60.92 0.53 0.48
Hex BA BC 3A 1 0 45 1A 3D 35 30
Octal 272 274 72 1 0 105 32 75 65 60
Binary 10111010 10111100 111010 1 0 1000101 11010 111101 110101 110000

Color Harmonies of #BABC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABC3A

Black with #BABC3A

Text Example


Text Example

White with #BABC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABC3A; }

 p { color: rgb(186,188,58); }

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

background-color css

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

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

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

border-color css

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

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

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