Html Css Color HEX #BDC254 Celery

📋 copy color: '#BDC254'

red 189 ◦ green 194 ◦ blue 84

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

Shades of Celery #BDC254

Tints of Celery #BDC254

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.54%

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

R = 40.47%
G = 41.54%
B = 17.99%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#BDC254 (or 0xBDC254) is known color: Celery. HEX triplet: BD, C2 and 54. RGB value is (189,194,84). Sum of RGB (Red+Green+Blue) = 189+194+84=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 84 (33.20% from 255 or 17.99% from 467); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC254 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC254 is #423DAB. Grayscale: #B4B4B4. Windows color (decimal): -4341164 or 5554877. OLE color: 5554877.

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

Color convert

RGB 189 194 84 -
CMYK 0.03 0 0.57 0.24
HSL 62.73º 0.47% 0.55% -
HSV(B) 62.73º 0.57% 0.76% -
XYZ 41.88 50.04 15.84 -
YUV 179.97 73.84 134.44 -
System Red Green Blue C M Y K H S L
Decimal 189 194 84 0.03 0 0.57 0.24 62.73 0.47 0.55
Hex BD C2 54 3 0 39 18 3F 2F 37
Octal 275 302 124 3 0 71 30 77 57 67
Binary 10111101 11000010 1010100 11 0 111001 11000 111111 101111 110111

Color Harmonies of #BDC254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC254

Black with #BDC254

Text Example


Text Example

White with #BDC254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC254; }

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

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

background-color css

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

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

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

border-color css

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

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

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