Html Css Color HEX #BDBA47 Celery

📋 copy color: '#BDBA47'

red 189 ◦ green 186 ◦ blue 71

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

Shades of Celery #BDBA47

Tints of Celery #BDBA47

RGB

 RED value IS 189 (74.22% from 255) = 42.38%

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

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

R = 42.38%
G = 41.7%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BDBA47 (or 0xBDBA47) is known color: Celery. HEX triplet: BD, BA and 47. RGB value is (189,186,71). Sum of RGB (Red+Green+Blue) = 189+186+71=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 71 (28.12% from 255 or 15.92% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBA47 is #4245B8. Grayscale: #AEAEAE. Windows color (decimal): -4343225 or 4700861. OLE color: 4700861.

HSL color Cylindrical-coordinate representation of color #BDBA47: hue angle of 58.47º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDBA47 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 186 71 -
CMYK 0 0.02 0.62 0.26
HSL 58.47º 0.47% 0.51% -
HSV(B) 58.47º 0.62% 0.74% -
XYZ 39.68 46.39 12.82 -
YUV 173.79 69.99 138.85 -
System Red Green Blue C M Y K H S L
Decimal 189 186 71 0 0.02 0.62 0.26 58.47 0.47 0.51
Hex BD BA 47 0 2 3E 1A 3A 2F 33
Octal 275 272 107 0 2 76 32 72 57 63
Binary 10111101 10111010 1000111 0 10 111110 11010 111010 101111 110011

Color Harmonies of #BDBA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBA47

Black with #BDBA47

Text Example


Text Example

White with #BDBA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBA47; }

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

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

background-color css

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

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

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

border-color css

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

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

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