Html Css Color HEX #BABD47 Celery

📋 copy color: '#BABD47'

red 186 ◦ green 189 ◦ blue 71

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

Shades of Celery #BABD47

Tints of Celery #BABD47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.92%

R = 41.7%
G = 42.38%
B = 15.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BABD47 (or 0xBABD47) is known color: Celery. HEX triplet: BA, BD and 47. RGB value is (186,189,71). Sum of RGB (Red+Green+Blue) = 186+189+71=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 71 (28.12% from 255 or 15.92% from 446); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABD47 is #4542B8. Grayscale: #AFAFAF. Windows color (decimal): -4539065 or 4701626. OLE color: 4701626.

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

Color convert

RGB 186 189 71 -
CMYK 0.02 0 0.62 0.26
HSL 61.53º 0.47% 0.51% -
HSV(B) 61.53º 0.62% 0.74% -
XYZ 39.58 47.29 13 -
YUV 174.65 69.51 136.09 -
System Red Green Blue C M Y K H S L
Decimal 186 189 71 0.02 0 0.62 0.26 61.53 0.47 0.51
Hex BA BD 47 2 0 3E 1A 3E 2F 33
Octal 272 275 107 2 0 76 32 76 57 63
Binary 10111010 10111101 1000111 10 0 111110 11010 111110 101111 110011

Color Harmonies of #BABD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABD47

Black with #BABD47

Text Example


Text Example

White with #BABD47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABD47; }

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

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

background-color css

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

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

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

border-color css

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

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

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