Html Css Color HEX #BDC250 Celery

📋 copy color: '#BDC250'

red 189 ◦ green 194 ◦ blue 80

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

Shades of Celery #BDC250

Tints of Celery #BDC250

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.9%

 BLUE value IS 80 (31.64% from 255) = 17.28%

R = 40.82%
G = 41.9%
B = 17.28%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#BDC250 (or 0xBDC250) is known color: Celery. HEX triplet: BD, C2 and 50. RGB value is (189,194,80). Sum of RGB (Red+Green+Blue) = 189+194+80=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 194 (76.17% from 255 or 41.90% from 463); Blue value is 80 (31.64% from 255 or 17.28% from 463); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC250 is #423DAF. Grayscale: #B3B3B3. Windows color (decimal): -4341168 or 5292733. OLE color: 5292733.

HSL color Cylindrical-coordinate representation of color #BDC250: hue angle of 62.63º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDC250 is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 194 80 -
CMYK 0.03 0 0.59 0.24
HSL 62.63º 0.48% 0.54% -
HSV(B) 62.63º 0.59% 0.76% -
XYZ 41.73 49.98 15.04 -
YUV 179.51 71.84 134.77 -
System Red Green Blue C M Y K H S L
Decimal 189 194 80 0.03 0 0.59 0.24 62.63 0.48 0.54
Hex BD C2 50 3 0 3B 18 3F 30 36
Octal 275 302 120 3 0 73 30 77 60 66
Binary 10111101 11000010 1010000 11 0 111011 11000 111111 110000 110110

Color Harmonies of #BDC250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC250

Black with #BDC250

Text Example


Text Example

White with #BDC250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC250; }

 p { color: rgb(189,194,80); }

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

background-color css

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

 a { background-color: rgb(189,194,80); }

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

border-color css

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

 span { border-color: rgb(189,194,80); }

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