Html Css Color HEX #BABF42 Celery

📋 copy color: '#BABF42'

red 186 ◦ green 191 ◦ blue 66

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

Shades of Celery #BABF42

Tints of Celery #BABF42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.9%

R = 41.99%
G = 43.12%
B = 14.9%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BABF42 (or 0xBABF42) is known color: Celery. HEX triplet: BA, BF and 42. RGB value is (186,191,66). Sum of RGB (Red+Green+Blue) = 186+191+66=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 66 (26.17% from 255 or 14.90% from 443); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABF42 is #4540BD. Grayscale: #AFAFAF. Windows color (decimal): -4538558 or 4374458. OLE color: 4374458.

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

Color convert

RGB 186 191 66 -
CMYK 0.03 0 0.65 0.25
HSL 62.4º 0.49% 0.5% -
HSV(B) 62.4º 0.65% 0.75% -
XYZ 39.86 48.09 12.34 -
YUV 175.26 66.34 135.66 -
System Red Green Blue C M Y K H S L
Decimal 186 191 66 0.03 0 0.65 0.25 62.4 0.49 0.5
Hex BA BF 42 3 0 41 19 3E 31 32
Octal 272 277 102 3 0 101 31 76 61 62
Binary 10111010 10111111 1000010 11 0 1000001 11001 111110 110001 110010

Color Harmonies of #BABF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABF42

Black with #BABF42

Text Example


Text Example

White with #BABF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABF42; }

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

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

background-color css

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

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

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

border-color css

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

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

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