Html Css Color HEX #BABF3A Celery

📋 copy color: '#BABF3A'

red 186 ◦ green 191 ◦ blue 58

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

Shades of Celery #BABF3A

Tints of Celery #BABF3A

RGB

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

 GREEN value IS 191 (75% from 255) = 43.91%

 BLUE value IS 58 (23.05% from 255) = 13.33%

R = 42.76%
G = 43.91%
B = 13.33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#BABF3A (or 0xBABF3A) is known color: Celery. HEX triplet: BA, BF and 3A. RGB value is (186,191,58). Sum of RGB (Red+Green+Blue) = 186+191+58=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 58 (23.05% from 255 or 13.33% from 435); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABF3A is #4540C5. Grayscale: #AEAEAE. Windows color (decimal): -4538566 or 3850170. OLE color: 3850170.

HSL color Cylindrical-coordinate representation of color #BABF3A: hue angle of 62.26º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BABF3A is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 191 58 -
CMYK 0.03 0 0.70 0.25
HSL 62.26º 0.53% 0.49% -
HSV(B) 62.26º 0.7% 0.75% -
XYZ 39.64 48.01 11.18 -
YUV 174.34 62.34 136.31 -
System Red Green Blue C M Y K H S L
Decimal 186 191 58 0.03 0 0.70 0.25 62.26 0.53 0.49
Hex BA BF 3A 3 0 46 19 3E 35 31
Octal 272 277 72 3 0 106 31 76 65 61
Binary 10111010 10111111 111010 11 0 1000110 11001 111110 110101 110001

Color Harmonies of #BABF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABF3A

Black with #BABF3A

Text Example


Text Example

White with #BABF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABF3A; }

 p { color: rgb(186,191,58); }

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

background-color css

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

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

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

border-color css

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

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

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