Html Css Color HEX #BDC154 Celery

📋 copy color: '#BDC154'

red 189 ◦ green 193 ◦ blue 84

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

Shades of Celery #BDC154

Tints of Celery #BDC154

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.42%

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

R = 40.56%
G = 41.42%
B = 18.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#BDC154 (or 0xBDC154) is known color: Celery. HEX triplet: BD, C1 and 54. RGB value is (189,193,84). Sum of RGB (Red+Green+Blue) = 189+193+84=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 84 (33.20% from 255 or 18.03% from 466); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC154 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC154 is #423EAB. Grayscale: #B3B3B3. Windows color (decimal): -4341420 or 5554621. OLE color: 5554621.

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

Color convert

RGB 189 193 84 -
CMYK 0.02 0 0.56 0.24
HSL 62.2º 0.47% 0.54% -
HSV(B) 62.2º 0.56% 0.76% -
XYZ 41.66 49.6 15.77 -
YUV 179.38 74.17 134.86 -
System Red Green Blue C M Y K H S L
Decimal 189 193 84 0.02 0 0.56 0.24 62.2 0.47 0.54
Hex BD C1 54 2 0 38 18 3E 2F 36
Octal 275 301 124 2 0 70 30 76 57 66
Binary 10111101 11000001 1010100 10 0 111000 11000 111110 101111 110110

Color Harmonies of #BDC154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC154

Black with #BDC154

Text Example


Text Example

White with #BDC154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC154; }

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

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

background-color css

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

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

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

border-color css

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

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

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