Html Css Color HEX #BABA35 Celery

📋 copy color: '#BABA35'

red 186 ◦ green 186 ◦ blue 53

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

Shades of Celery #BABA35

Tints of Celery #BABA35

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.76%

 BLUE value IS 53 (21.09% from 255) = 12.47%

R = 43.76%
G = 43.76%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BABA35 (or 0xBABA35) is known color: Celery. HEX triplet: BA, BA and 35. RGB value is (186,186,53). Sum of RGB (Red+Green+Blue) = 186+186+53=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 53 (21.09% from 255 or 12.47% from 425); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABA35 is #4545CA. Grayscale: #ABABAB. Windows color (decimal): -4539851 or 3521210. OLE color: 3521210.

HSL color Cylindrical-coordinate representation of color #BABA35: hue angle of 60º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BABA35 is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 186 53 -
CMYK 0 0 0.72 0.27
HSL 60º 0.56% 0.47% -
HSV(B) 60º 0.72% 0.73% -
XYZ 38.45 45.81 10.18 -
YUV 170.84 61.5 138.81 -
System Red Green Blue C M Y K H S L
Decimal 186 186 53 0 0 0.72 0.27 60 0.56 0.47
Hex BA BA 35 0 0 48 1B 3C 38 2F
Octal 272 272 65 0 0 110 33 74 70 57
Binary 10111010 10111010 110101 0 0 1001000 11011 111100 111000 101111

Color Harmonies of #BABA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABA35

Black with #BABA35

Text Example


Text Example

White with #BABA35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABA35; }

 p { color: rgb(186,186,53); }

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

background-color css

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

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

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

border-color css

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

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

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