Html Css Color HEX #BABC46 Celery

📋 copy color: '#BABC46'

red 186 ◦ green 188 ◦ blue 70

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

Shades of Celery #BABC46

Tints of Celery #BABC46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.77%

R = 41.89%
G = 42.34%
B = 15.77%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BABC46 (or 0xBABC46) is known color: Celery. HEX triplet: BA, BC and 46. RGB value is (186,188,70). Sum of RGB (Red+Green+Blue) = 186+188+70=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 70 (27.73% from 255 or 15.77% from 444); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABC46 is #4543B9. Grayscale: #AEAEAE. Windows color (decimal): -4539322 or 4635834. OLE color: 4635834.

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

Color convert

RGB 186 188 70 -
CMYK 0.01 0 0.63 0.26
HSL 61.02º 0.47% 0.51% -
HSV(B) 61.02º 0.63% 0.74% -
XYZ 39.34 46.85 12.76 -
YUV 173.95 69.34 136.59 -
System Red Green Blue C M Y K H S L
Decimal 186 188 70 0.01 0 0.63 0.26 61.02 0.47 0.51
Hex BA BC 46 1 0 3F 1A 3D 2F 33
Octal 272 274 106 1 0 77 32 75 57 63
Binary 10111010 10111100 1000110 1 0 111111 11010 111101 101111 110011

Color Harmonies of #BABC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABC46

Black with #BABC46

Text Example


Text Example

White with #BABC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABC46; }

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

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

background-color css

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

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

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

border-color css

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

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

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