Html Css Color HEX #BDC054 Celery

📋 copy color: '#BDC054'

red 189 ◦ green 192 ◦ blue 84

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

Shades of Celery #BDC054

Tints of Celery #BDC054

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.29%

 BLUE value IS 84 (33.2% from 255) = 18.06%

R = 40.65%
G = 41.29%
B = 18.06%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#BDC054 (or 0xBDC054) is known color: Celery. HEX triplet: BD, C0 and 54. RGB value is (189,192,84). Sum of RGB (Red+Green+Blue) = 189+192+84=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 84 (33.20% from 255 or 18.06% from 465); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC054 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC054 is #423FAB. Grayscale: #B3B3B3. Windows color (decimal): -4341676 or 5554365. OLE color: 5554365.

HSL color Cylindrical-coordinate representation of color #BDC054: hue angle of 61.67º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDC054 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 84 -
CMYK 0.02 0 0.56 0.25
HSL 61.67º 0.46% 0.54% -
HSV(B) 61.67º 0.56% 0.75% -
XYZ 41.44 49.16 15.69 -
YUV 178.79 74.51 135.28 -
System Red Green Blue C M Y K H S L
Decimal 189 192 84 0.02 0 0.56 0.25 61.67 0.46 0.54
Hex BD C0 54 2 0 38 19 3E 2E 36
Octal 275 300 124 2 0 70 31 76 56 66
Binary 10111101 11000000 1010100 10 0 111000 11001 111110 101110 110110

Color Harmonies of #BDC054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC054

Black with #BDC054

Text Example


Text Example

White with #BDC054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC054; }

 p { color: rgb(189,192,84); }

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

background-color css

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

 a { background-color: rgb(189,192,84); }

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

border-color css

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

 span { border-color: rgb(189,192,84); }

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