Html Css Color HEX #BDBA4A Celery

📋 copy color: '#BDBA4A'

red 189 ◦ green 186 ◦ blue 74

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

Shades of Celery #BDBA4A

Tints of Celery #BDBA4A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.43%

 BLUE value IS 74 (29.3% from 255) = 16.48%

R = 42.09%
G = 41.43%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BDBA4A (or 0xBDBA4A) is known color: Celery. HEX triplet: BD, BA and 4A. RGB value is (189,186,74). Sum of RGB (Red+Green+Blue) = 189+186+74=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 74 (29.30% from 255 or 16.48% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBA4A is #4245B5. Grayscale: #AEAEAE. Windows color (decimal): -4343222 or 4897469. OLE color: 4897469.

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

Color convert

RGB 189 186 74 -
CMYK 0 0.02 0.61 0.26
HSL 58.43º 0.47% 0.52% -
HSV(B) 58.43º 0.61% 0.74% -
XYZ 39.78 46.43 13.34 -
YUV 174.13 71.49 138.61 -
System Red Green Blue C M Y K H S L
Decimal 189 186 74 0 0.02 0.61 0.26 58.43 0.47 0.52
Hex BD BA 4A 0 2 3D 1A 3A 2F 34
Octal 275 272 112 0 2 75 32 72 57 64
Binary 10111101 10111010 1001010 0 10 111101 11010 111010 101111 110100

Color Harmonies of #BDBA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBA4A

Black with #BDBA4A

Text Example


Text Example

White with #BDBA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBA4A; }

 p { color: rgb(189,186,74); }

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

background-color css

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

 a { background-color: rgb(189,186,74); }

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

border-color css

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

 span { border-color: rgb(189,186,74); }

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