Html Css Color HEX #BDC648 Celery

📋 copy color: '#BDC648'

red 189 ◦ green 198 ◦ blue 72

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

Shades of Celery #BDC648

Tints of Celery #BDC648

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.14%

 BLUE value IS 72 (28.52% from 255) = 15.69%

R = 41.18%
G = 43.14%
B = 15.69%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#BDC648 (or 0xBDC648) is known color: Celery. HEX triplet: BD, C6 and 48. RGB value is (189,198,72). Sum of RGB (Red+Green+Blue) = 189+198+72=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 198 (77.73% from 255 or 43.14% from 459); Blue value is 72 (28.52% from 255 or 15.69% from 459); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC648 is #4239B7. Grayscale: #B5B5B5. Windows color (decimal): -4340152 or 4769469. OLE color: 4769469.

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

Color convert

RGB 189 198 72 -
CMYK 0.05 0 0.64 0.22
HSL 64.29º 0.53% 0.53% -
HSV(B) 64.29º 0.64% 0.78% -
XYZ 42.35 51.67 13.87 -
YUV 180.95 66.52 133.75 -
System Red Green Blue C M Y K H S L
Decimal 189 198 72 0.05 0 0.64 0.22 64.29 0.53 0.53
Hex BD C6 48 5 0 40 16 40 34 35
Octal 275 306 110 5 0 100 26 100 64 65
Binary 10111101 11000110 1001000 101 0 1000000 10110 1000000 110100 110101

Color Harmonies of #BDC648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC648

Black with #BDC648

Text Example


Text Example

White with #BDC648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC648; }

 p { color: rgb(189,198,72); }

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

background-color css

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

 a { background-color: rgb(189,198,72); }

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

border-color css

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

 span { border-color: rgb(189,198,72); }

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