Html Css Color HEX #BDCA50 Celery

📋 copy color: '#BDCA50'

red 189 ◦ green 202 ◦ blue 80

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

Shades of Celery #BDCA50

Tints of Celery #BDCA50

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.89%

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

R = 40.13%
G = 42.89%
B = 16.99%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#BDCA50 (or 0xBDCA50) is known color: Celery. HEX triplet: BD, CA and 50. RGB value is (189,202,80). Sum of RGB (Red+Green+Blue) = 189+202+80=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 80 (31.64% from 255 or 16.99% from 471); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCA50 is #4235AF. Grayscale: #B8B8B8. Windows color (decimal): -4339120 or 5294781. OLE color: 5294781.

HSL color Cylindrical-coordinate representation of color #BDCA50: hue angle of 66.39º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDCA50 is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 202 80 -
CMYK 0.06 0 0.60 0.21
HSL 66.39º 0.54% 0.55% -
HSV(B) 66.39º 0.6% 0.79% -
XYZ 43.55 53.64 15.65 -
YUV 184.21 69.19 131.42 -
System Red Green Blue C M Y K H S L
Decimal 189 202 80 0.06 0 0.60 0.21 66.39 0.54 0.55
Hex BD CA 50 6 0 3C 15 42 36 37
Octal 275 312 120 6 0 74 25 102 66 67
Binary 10111101 11001010 1010000 110 0 111100 10101 1000010 110110 110111

Color Harmonies of #BDCA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCA50

Black with #BDCA50

Text Example


Text Example

White with #BDCA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCA50; }

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

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

background-color css

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

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

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

border-color css

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

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

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