Html Css Color HEX #BDB946 Celery

📋 copy color: '#BDB946'

red 189 ◦ green 185 ◦ blue 70

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

Shades of Celery #BDB946

Tints of Celery #BDB946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.77%

R = 42.57%
G = 41.67%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BDB946 (or 0xBDB946) is known color: Celery. HEX triplet: BD, B9 and 46. RGB value is (189,185,70). Sum of RGB (Red+Green+Blue) = 189+185+70=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 185 (72.66% from 255 or 41.67% from 444); Blue value is 70 (27.73% from 255 or 15.77% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB946 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB946 is #4246B9. Grayscale: #ADADAD. Windows color (decimal): -4343482 or 4635069. OLE color: 4635069.

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

Color convert

RGB 189 185 70 -
CMYK 0 0.02 0.63 0.26
HSL 57.98º 0.47% 0.51% -
HSV(B) 57.98º 0.63% 0.74% -
XYZ 39.44 45.96 12.59 -
YUV 173.09 69.83 139.35 -
System Red Green Blue C M Y K H S L
Decimal 189 185 70 0 0.02 0.63 0.26 57.98 0.47 0.51
Hex BD B9 46 0 2 3F 1A 3A 2F 33
Octal 275 271 106 0 2 77 32 72 57 63
Binary 10111101 10111001 1000110 0 10 111111 11010 111010 101111 110011

Color Harmonies of #BDB946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB946

Black with #BDB946

Text Example


Text Example

White with #BDB946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB946; }

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

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

background-color css

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

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

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

border-color css

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

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

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