Html Css Color HEX #BABA34 Celery

📋 copy color: '#BABA34'

red 186 ◦ green 186 ◦ blue 52

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

Shades of Celery #BABA34

Tints of Celery #BABA34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.26%

R = 43.87%
G = 43.87%
B = 12.26%

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

#BABA34 (or 0xBABA34) is known color: Celery. HEX triplet: BA, BA and 34. RGB value is (186,186,52). Sum of RGB (Red+Green+Blue) = 186+186+52=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 52 (20.70% from 255 or 12.26% from 424); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABA34 is #4545CB. Grayscale: #ABABAB. Windows color (decimal): -4539852 or 3455674. OLE color: 3455674.

HSL color Cylindrical-coordinate representation of color #BABA34: 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 #BABA34 is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 186 52 -
CMYK 0 0 0.72 0.27
HSL 60º 0.56% 0.47% -
HSV(B) 60º 0.72% 0.73% -
XYZ 38.43 45.8 10.06 -
YUV 170.72 61 138.9 -
System Red Green Blue C M Y K H S L
Decimal 186 186 52 0 0 0.72 0.27 60 0.56 0.47
Hex BA BA 34 0 0 48 1B 3C 38 2F
Octal 272 272 64 0 0 110 33 74 70 57
Binary 10111010 10111010 110100 0 0 1001000 11011 111100 111000 101111

Color Harmonies of #BABA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABA34

Black with #BABA34

Text Example


Text Example

White with #BABA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABA34; }

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

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

background-color css

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

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

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

border-color css

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

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

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