Html Css Color HEX #BDD349 Celery

📋 copy color: '#BDD349'

red 189 ◦ green 211 ◦ blue 73

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

Shades of Celery #BDD349

Tints of Celery #BDD349

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.61%

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

R = 39.96%
G = 44.61%
B = 15.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#BDD349 (or 0xBDD349) is known color: Celery. HEX triplet: BD, D3 and 49. RGB value is (189,211,73). Sum of RGB (Red+Green+Blue) = 189+211+73=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 211 (82.81% from 255 or 44.61% from 473); Blue value is 73 (28.91% from 255 or 15.43% from 473); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD349 is #422CB6. Grayscale: #BDBDBD. Windows color (decimal): -4336823 or 4838333. OLE color: 4838333.

HSL color Cylindrical-coordinate representation of color #BDD349: hue angle of 69.57º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDD349 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 211 73 -
CMYK 0.10 0 0.65 0.17
HSL 69.57º 0.61% 0.56% -
HSV(B) 69.57º 0.65% 0.83% -
XYZ 45.48 57.89 15.08 -
YUV 188.69 62.71 128.22 -
System Red Green Blue C M Y K H S L
Decimal 189 211 73 0.10 0 0.65 0.17 69.57 0.61 0.56
Hex BD D3 49 A 0 41 11 46 3D 38
Octal 275 323 111 12 0 101 21 106 75 70
Binary 10111101 11010011 1001001 1010 0 1000001 10001 1000110 111101 111000

Color Harmonies of #BDD349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD349

Black with #BDD349

Text Example


Text Example

White with #BDD349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD349; }

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

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

background-color css

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

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

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

border-color css

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

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

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