Html Css Color HEX #BDB948 Celery

📋 copy color: '#BDB948'

red 189 ◦ green 185 ◦ blue 72

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

Shades of Celery #BDB948

Tints of Celery #BDB948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.14%

R = 42.38%
G = 41.48%
B = 16.14%

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

#BDB948 (or 0xBDB948) is known color: Celery. HEX triplet: BD, B9 and 48. RGB value is (189,185,72). Sum of RGB (Red+Green+Blue) = 189+185+72=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 72 (28.52% from 255 or 16.14% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB948 is #4246B7. Grayscale: #ADADAD. Windows color (decimal): -4343480 or 4766141. OLE color: 4766141.

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

Color convert

RGB 189 185 72 -
CMYK 0 0.02 0.62 0.26
HSL 57.95º 0.47% 0.51% -
HSV(B) 57.95º 0.62% 0.74% -
XYZ 39.5 45.98 12.92 -
YUV 173.31 70.83 139.19 -
System Red Green Blue C M Y K H S L
Decimal 189 185 72 0 0.02 0.62 0.26 57.95 0.47 0.51
Hex BD B9 48 0 2 3E 1A 3A 2F 33
Octal 275 271 110 0 2 76 32 72 57 63
Binary 10111101 10111001 1001000 0 10 111110 11010 111010 101111 110011

Color Harmonies of #BDB948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB948

Black with #BDB948

Text Example


Text Example

White with #BDB948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB948; }

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

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

background-color css

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

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

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

border-color css

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

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

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