Html Css Color HEX #BCBD44 Celery

📋 copy color: '#BCBD44'

red 188 ◦ green 189 ◦ blue 68

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

Shades of Celery #BCBD44

Tints of Celery #BCBD44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.28%

R = 42.25%
G = 42.47%
B = 15.28%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BCBD44 (or 0xBCBD44) is known color: Celery. HEX triplet: BC, BD and 44. RGB value is (188,189,68). Sum of RGB (Red+Green+Blue) = 188+189+68=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 189 (74.22% from 255 or 42.47% from 445); Blue value is 68 (26.95% from 255 or 15.28% from 445); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBD44 is #4342BB. Grayscale: #AFAFAF. Windows color (decimal): -4407996 or 4505020. OLE color: 4505020.

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

Color convert

RGB 188 189 68 -
CMYK 0.01 0 0.64 0.26
HSL 60.5º 0.48% 0.5% -
HSV(B) 60.5º 0.64% 0.74% -
XYZ 39.98 47.5 12.53 -
YUV 174.91 67.67 137.34 -
System Red Green Blue C M Y K H S L
Decimal 188 189 68 0.01 0 0.64 0.26 60.5 0.48 0.5
Hex BC BD 44 1 0 40 1A 3C 30 32
Octal 274 275 104 1 0 100 32 74 60 62
Binary 10111100 10111101 1000100 1 0 1000000 11010 111100 110000 110010

Color Harmonies of #BCBD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBD44

Black with #BCBD44

Text Example


Text Example

White with #BCBD44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBD44; }

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

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

background-color css

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

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

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

border-color css

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

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

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