Html Css Color HEX #BDB84A Celery

📋 copy color: '#BDB84A'

red 189 ◦ green 184 ◦ blue 74

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

Shades of Celery #BDB84A

Tints of Celery #BDB84A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.16%

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

R = 42.28%
G = 41.16%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BDB84A (or 0xBDB84A) is known color: Celery. HEX triplet: BD, B8 and 4A. RGB value is (189,184,74). Sum of RGB (Red+Green+Blue) = 189+184+74=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 184 (72.27% from 255 or 41.16% from 447); Blue value is 74 (29.30% from 255 or 16.55% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB84A is #4247B5. Grayscale: #ADADAD. Windows color (decimal): -4343734 or 4896957. OLE color: 4896957.

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

Color convert

RGB 189 184 74 -
CMYK 0 0.03 0.61 0.26
HSL 57.39º 0.47% 0.52% -
HSV(B) 57.39º 0.61% 0.74% -
XYZ 39.36 45.59 13.2 -
YUV 172.96 72.16 139.44 -
System Red Green Blue C M Y K H S L
Decimal 189 184 74 0 0.03 0.61 0.26 57.39 0.47 0.52
Hex BD B8 4A 0 3 3D 1A 39 2F 34
Octal 275 270 112 0 3 75 32 71 57 64
Binary 10111101 10111000 1001010 0 11 111101 11010 111001 101111 110100

Color Harmonies of #BDB84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB84A

Black with #BDB84A

Text Example


Text Example

White with #BDB84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB84A; }

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

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

background-color css

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

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

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

border-color css

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

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

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