Html Css Color HEX #BACB47 Celery

📋 copy color: '#BACB47'

red 186 ◦ green 203 ◦ blue 71

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

Shades of Celery #BACB47

Tints of Celery #BACB47

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.13%

 BLUE value IS 71 (28.13% from 255) = 15.43%

R = 40.43%
G = 44.13%
B = 15.43%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#BACB47 (or 0xBACB47) is known color: Celery. HEX triplet: BA, CB and 47. RGB value is (186,203,71). Sum of RGB (Red+Green+Blue) = 186+203+71=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 71 (28.12% from 255 or 15.43% from 460); Max value from RGB is 203 - color contains mainly: green. Hex color #BACB47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACB47 is #4534B8. Grayscale: #B7B7B7. Windows color (decimal): -4535481 or 4705210. OLE color: 4705210.

HSL color Cylindrical-coordinate representation of color #BACB47: hue angle of 67.73º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BACB47 is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 203 71 -
CMYK 0.08 0 0.65 0.20
HSL 67.73º 0.56% 0.54% -
HSV(B) 67.73º 0.65% 0.8% -
XYZ 42.74 53.61 14.06 -
YUV 182.87 64.87 130.23 -
System Red Green Blue C M Y K H S L
Decimal 186 203 71 0.08 0 0.65 0.20 67.73 0.56 0.54
Hex BA CB 47 8 0 41 14 44 38 36
Octal 272 313 107 10 0 101 24 104 70 66
Binary 10111010 11001011 1000111 1000 0 1000001 10100 1000100 111000 110110

Color Harmonies of #BACB47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACB47

Black with #BACB47

Text Example


Text Example

White with #BACB47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACB47; }

 p { color: rgb(186,203,71); }

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

background-color css

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

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

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

border-color css

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

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

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