Html Css Color HEX #BCBD38 Celery

📋 copy color: '#BCBD38'

red 188 ◦ green 189 ◦ blue 56

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

Shades of Celery #BCBD38

Tints of Celery #BCBD38

RGB

 RED value IS 188 (73.83% from 255) = 43.42%

 GREEN value IS 189 (74.22% from 255) = 43.65%

 BLUE value IS 56 (22.27% from 255) = 12.93%

R = 43.42%
G = 43.65%
B = 12.93%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BCBD38 (or 0xBCBD38) is known color: Celery. HEX triplet: BC, BD and 38. RGB value is (188,189,56). Sum of RGB (Red+Green+Blue) = 188+189+56=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 56 (22.27% from 255 or 12.93% from 433); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBD38 is #4342C7. Grayscale: #AEAEAE. Windows color (decimal): -4408008 or 3718588. OLE color: 3718588.

HSL color Cylindrical-coordinate representation of color #BCBD38: hue angle of 60.45º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCBD38 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 189 56 -
CMYK 0.01 0 0.70 0.26
HSL 60.45º 0.54% 0.48% -
HSV(B) 60.45º 0.7% 0.74% -
XYZ 39.65 47.37 10.8 -
YUV 173.54 61.67 138.31 -
System Red Green Blue C M Y K H S L
Decimal 188 189 56 0.01 0 0.70 0.26 60.45 0.54 0.48
Hex BC BD 38 1 0 46 1A 3C 36 30
Octal 274 275 70 1 0 106 32 74 66 60
Binary 10111100 10111101 111000 1 0 1000110 11010 111100 110110 110000

Color Harmonies of #BCBD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBD38

Black with #BCBD38

Text Example


Text Example

White with #BCBD38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBD38; }

 p { color: rgb(188,189,56); }

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

background-color css

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

 a { background-color: rgb(188,189,56); }

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

border-color css

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

 span { border-color: rgb(188,189,56); }

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