Html Css Color HEX #BDC449 Celery

📋 copy color: '#BDC449'

red 189 ◦ green 196 ◦ blue 73

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

Shades of Celery #BDC449

Tints of Celery #BDC449

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.79%

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

R = 41.27%
G = 42.79%
B = 15.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#BDC449 (or 0xBDC449) is known color: Celery. HEX triplet: BD, C4 and 49. RGB value is (189,196,73). Sum of RGB (Red+Green+Blue) = 189+196+73=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 196 (76.95% from 255 or 42.79% from 458); Blue value is 73 (28.91% from 255 or 15.94% from 458); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC449 is #423BB6. Grayscale: #B4B4B4. Windows color (decimal): -4340663 or 4834493. OLE color: 4834493.

HSL color Cylindrical-coordinate representation of color #BDC449: hue angle of 63.41º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDC449 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 196 73 -
CMYK 0.04 0 0.63 0.23
HSL 63.41º 0.51% 0.53% -
HSV(B) 63.41º 0.63% 0.77% -
XYZ 41.93 50.78 13.89 -
YUV 179.89 67.68 134.5 -
System Red Green Blue C M Y K H S L
Decimal 189 196 73 0.04 0 0.63 0.23 63.41 0.51 0.53
Hex BD C4 49 4 0 3F 17 3F 33 35
Octal 275 304 111 4 0 77 27 77 63 65
Binary 10111101 11000100 1001001 100 0 111111 10111 111111 110011 110101

Color Harmonies of #BDC449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC449

Black with #BDC449

Text Example


Text Example

White with #BDC449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC449; }

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

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

background-color css

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

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

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

border-color css

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

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

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