Html Css Color HEX #BDB648 Celery

📋 copy color: '#BDB648'

red 189 ◦ green 182 ◦ blue 72

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

Shades of Celery #BDB648

Tints of Celery #BDB648

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.08%

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

R = 42.66%
G = 41.08%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BDB648 (or 0xBDB648) is known color: Celery. HEX triplet: BD, B6 and 48. RGB value is (189,182,72). Sum of RGB (Red+Green+Blue) = 189+182+72=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 182 (71.48% from 255 or 41.08% from 443); Blue value is 72 (28.52% from 255 or 16.25% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB648 is #4249B7. Grayscale: #ABABAB. Windows color (decimal): -4344248 or 4765373. OLE color: 4765373.

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

Color convert

RGB 189 182 72 -
CMYK 0 0.04 0.62 0.26
HSL 56.41º 0.47% 0.51% -
HSV(B) 56.41º 0.62% 0.74% -
XYZ 38.88 44.74 12.72 -
YUV 171.55 71.82 140.44 -
System Red Green Blue C M Y K H S L
Decimal 189 182 72 0 0.04 0.62 0.26 56.41 0.47 0.51
Hex BD B6 48 0 4 3E 1A 38 2F 33
Octal 275 266 110 0 4 76 32 70 57 63
Binary 10111101 10110110 1001000 0 100 111110 11010 111000 101111 110011

Color Harmonies of #BDB648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB648

Black with #BDB648

Text Example


Text Example

White with #BDB648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB648; }

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

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

background-color css

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

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

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

border-color css

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

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

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