Html Css Color HEX #BDCD49 Celery

📋 copy color: '#BDCD49'

red 189 ◦ green 205 ◦ blue 73

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

Shades of Celery #BDCD49

Tints of Celery #BDCD49

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.9%

 BLUE value IS 73 (28.91% from 255) = 15.63%

R = 40.47%
G = 43.9%
B = 15.63%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#BDCD49 (or 0xBDCD49) is known color: Celery. HEX triplet: BD, CD and 49. RGB value is (189,205,73). Sum of RGB (Red+Green+Blue) = 189+205+73=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 73 (28.91% from 255 or 15.63% from 467); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCD49 is #4232B6. Grayscale: #B9B9B9. Windows color (decimal): -4338359 or 4836797. OLE color: 4836797.

HSL color Cylindrical-coordinate representation of color #BDCD49: hue angle of 67.27º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDCD49 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 205 73 -
CMYK 0.08 0 0.64 0.20
HSL 67.27º 0.57% 0.55% -
HSV(B) 67.27º 0.64% 0.8% -
XYZ 44.02 54.96 14.59 -
YUV 185.17 64.7 130.73 -
System Red Green Blue C M Y K H S L
Decimal 189 205 73 0.08 0 0.64 0.20 67.27 0.57 0.55
Hex BD CD 49 8 0 40 14 43 39 37
Octal 275 315 111 10 0 100 24 103 71 67
Binary 10111101 11001101 1001001 1000 0 1000000 10100 1000011 111001 110111

Color Harmonies of #BDCD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCD49

Black with #BDCD49

Text Example


Text Example

White with #BDCD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCD49; }

 p { color: rgb(189,205,73); }

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

background-color css

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

 a { background-color: rgb(189,205,73); }

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

border-color css

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

 span { border-color: rgb(189,205,73); }

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