Html Css Color HEX #BDB947 Celery

📋 copy color: '#BDB947'

red 189 ◦ green 185 ◦ blue 71

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

Shades of Celery #BDB947

Tints of Celery #BDB947

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.57%

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

R = 42.47%
G = 41.57%
B = 15.96%

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

#BDB947 (or 0xBDB947) is known color: Celery. HEX triplet: BD, B9 and 47. RGB value is (189,185,71). Sum of RGB (Red+Green+Blue) = 189+185+71=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 185 (72.66% from 255 or 41.57% from 445); Blue value is 71 (28.12% from 255 or 15.96% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB947 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB947 is #4246B8. Grayscale: #ADADAD. Windows color (decimal): -4343481 or 4700605. OLE color: 4700605.

HSL color Cylindrical-coordinate representation of color #BDB947: hue angle of 57.97º 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 #BDB947 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 185 71 -
CMYK 0 0.02 0.62 0.26
HSL 57.97º 0.47% 0.51% -
HSV(B) 57.97º 0.62% 0.74% -
XYZ 39.47 45.97 12.75 -
YUV 173.2 70.33 139.27 -
System Red Green Blue C M Y K H S L
Decimal 189 185 71 0 0.02 0.62 0.26 57.97 0.47 0.51
Hex BD B9 47 0 2 3E 1A 3A 2F 33
Octal 275 271 107 0 2 76 32 72 57 63
Binary 10111101 10111001 1000111 0 10 111110 11010 111010 101111 110011

Color Harmonies of #BDB947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB947

Black with #BDB947

Text Example


Text Example

White with #BDB947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB947; }

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

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

background-color css

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

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

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

border-color css

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

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

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