Html Css Color HEX #BABD45 Celery

📋 copy color: '#BABD45'

red 186 ◦ green 189 ◦ blue 69

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

Shades of Celery #BABD45

Tints of Celery #BABD45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.54%

R = 41.89%
G = 42.57%
B = 15.54%

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

#BABD45 (or 0xBABD45) is known color: Celery. HEX triplet: BA, BD and 45. RGB value is (186,189,69). Sum of RGB (Red+Green+Blue) = 186+189+69=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 189 (74.22% from 255 or 42.57% from 444); Blue value is 69 (27.34% from 255 or 15.54% from 444); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABD45 is #4542BA. Grayscale: #AEAEAE. Windows color (decimal): -4539067 or 4570554. OLE color: 4570554.

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

Color convert

RGB 186 189 69 -
CMYK 0.02 0 0.63 0.26
HSL 61.5º 0.48% 0.51% -
HSV(B) 61.5º 0.63% 0.74% -
XYZ 39.52 47.26 12.67 -
YUV 174.42 68.51 136.26 -
System Red Green Blue C M Y K H S L
Decimal 186 189 69 0.02 0 0.63 0.26 61.5 0.48 0.51
Hex BA BD 45 2 0 3F 1A 3E 30 33
Octal 272 275 105 2 0 77 32 76 60 63
Binary 10111010 10111101 1000101 10 0 111111 11010 111110 110000 110011

Color Harmonies of #BABD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABD45

Black with #BABD45

Text Example


Text Example

White with #BABD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABD45; }

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

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

background-color css

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

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

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

border-color css

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

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

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