Html Css Color HEX #BDC53C Celery

📋 copy color: '#BDC53C'

red 189 ◦ green 197 ◦ blue 60

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

Shades of Celery #BDC53C

Tints of Celery #BDC53C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.17%

 BLUE value IS 60 (23.83% from 255) = 13.45%

R = 42.38%
G = 44.17%
B = 13.45%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#BDC53C (or 0xBDC53C) is known color: Celery. HEX triplet: BD, C5 and 3C. RGB value is (189,197,60). Sum of RGB (Red+Green+Blue) = 189+197+60=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 197 (77.34% from 255 or 44.17% from 446); Blue value is 60 (23.83% from 255 or 13.45% from 446); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC53C is #423AC3. Grayscale: #B3B3B3. Windows color (decimal): -4340420 or 3982781. OLE color: 3982781.

HSL color Cylindrical-coordinate representation of color #BDC53C: hue angle of 63.5º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDC53C is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 197 60 -
CMYK 0.04 0 0.70 0.23
HSL 63.5º 0.54% 0.5% -
HSV(B) 63.5º 0.7% 0.77% -
XYZ 41.77 51.08 11.93 -
YUV 178.99 60.85 135.14 -
System Red Green Blue C M Y K H S L
Decimal 189 197 60 0.04 0 0.70 0.23 63.5 0.54 0.5
Hex BD C5 3C 4 0 46 17 40 36 32
Octal 275 305 74 4 0 106 27 100 66 62
Binary 10111101 11000101 111100 100 0 1000110 10111 1000000 110110 110010

Color Harmonies of #BDC53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC53C

Black with #BDC53C

Text Example


Text Example

White with #BDC53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC53C; }

 p { color: rgb(189,197,60); }

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

background-color css

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

 a { background-color: rgb(189,197,60); }

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

border-color css

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

 span { border-color: rgb(189,197,60); }

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