Html Css Color HEX #BDBC48 Celery

📋 copy color: '#BDBC48'

red 189 ◦ green 188 ◦ blue 72

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

Shades of Celery #BDBC48

Tints of Celery #BDBC48

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.87%

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

R = 42.09%
G = 41.87%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BDBC48 (or 0xBDBC48) is known color: Celery. HEX triplet: BD, BC and 48. RGB value is (189,188,72). Sum of RGB (Red+Green+Blue) = 189+188+72=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 72 (28.52% from 255 or 16.04% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBC48 is #4243B7. Grayscale: #AFAFAF. Windows color (decimal): -4342712 or 4766909. OLE color: 4766909.

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

Color convert

RGB 189 188 72 -
CMYK 0 0.01 0.62 0.26
HSL 59.49º 0.47% 0.51% -
HSV(B) 59.49º 0.62% 0.74% -
XYZ 40.14 47.25 13.14 -
YUV 175.08 69.83 137.93 -
System Red Green Blue C M Y K H S L
Decimal 189 188 72 0 0.01 0.62 0.26 59.49 0.47 0.51
Hex BD BC 48 0 1 3E 1A 3B 2F 33
Octal 275 274 110 0 1 76 32 73 57 63
Binary 10111101 10111100 1001000 0 1 111110 11010 111011 101111 110011

Color Harmonies of #BDBC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBC48

Black with #BDBC48

Text Example


Text Example

White with #BDBC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBC48; }

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

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

background-color css

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

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

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

border-color css

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

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

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