Html Css Color HEX #BABD46 Celery

📋 copy color: '#BABD46'

red 186 ◦ green 189 ◦ blue 70

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

Shades of Celery #BABD46

Tints of Celery #BABD46

RGB

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

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

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

R = 41.8%
G = 42.47%
B = 15.73%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BABD46 (or 0xBABD46) is known color: Celery. HEX triplet: BA, BD and 46. RGB value is (186,189,70). Sum of RGB (Red+Green+Blue) = 186+189+70=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 189 (74.22% from 255 or 42.47% from 445); Blue value is 70 (27.73% from 255 or 15.73% from 445); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABD46 is #4542B9. Grayscale: #AFAFAF. Windows color (decimal): -4539066 or 4636090. OLE color: 4636090.

HSL color Cylindrical-coordinate representation of color #BABD46: hue angle of 61.51º 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 #BABD46 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 189 70 -
CMYK 0.02 0 0.63 0.26
HSL 61.51º 0.47% 0.51% -
HSV(B) 61.51º 0.63% 0.74% -
XYZ 39.55 47.28 12.83 -
YUV 174.54 69.01 136.18 -
System Red Green Blue C M Y K H S L
Decimal 186 189 70 0.02 0 0.63 0.26 61.51 0.47 0.51
Hex BA BD 46 2 0 3F 1A 3E 2F 33
Octal 272 275 106 2 0 77 32 76 57 63
Binary 10111010 10111101 1000110 10 0 111111 11010 111110 101111 110011

Color Harmonies of #BABD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABD46

Black with #BABD46

Text Example


Text Example

White with #BABD46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABD46; }

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

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

background-color css

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

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

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

border-color css

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

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

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