Html Css Color HEX #BDC749 Celery

📋 copy color: '#BDC749'

red 189 ◦ green 199 ◦ blue 73

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

Shades of Celery #BDC749

Tints of Celery #BDC749

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.17%

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

R = 41%
G = 43.17%
B = 15.84%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#BDC749 (or 0xBDC749) is known color: Celery. HEX triplet: BD, C7 and 49. RGB value is (189,199,73). Sum of RGB (Red+Green+Blue) = 189+199+73=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 199 (78.12% from 255 or 43.17% from 461); Blue value is 73 (28.91% from 255 or 15.84% from 461); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC749 is #4238B6. Grayscale: #B6B6B6. Windows color (decimal): -4339895 or 4835261. OLE color: 4835261.

HSL color Cylindrical-coordinate representation of color #BDC749: hue angle of 64.76º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDC749 is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 199 73 -
CMYK 0.05 0 0.63 0.22
HSL 64.76º 0.53% 0.53% -
HSV(B) 64.76º 0.63% 0.78% -
XYZ 42.61 52.15 14.12 -
YUV 181.65 66.69 133.25 -
System Red Green Blue C M Y K H S L
Decimal 189 199 73 0.05 0 0.63 0.22 64.76 0.53 0.53
Hex BD C7 49 5 0 3F 16 41 35 35
Octal 275 307 111 5 0 77 26 101 65 65
Binary 10111101 11000111 1001001 101 0 111111 10110 1000001 110101 110101

Color Harmonies of #BDC749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC749

Black with #BDC749

Text Example


Text Example

White with #BDC749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC749; }

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

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

background-color css

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

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

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

border-color css

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

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

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