Html Css Color HEX #BCBB45 Celery

📋 copy color: '#BCBB45'

red 188 ◦ green 187 ◦ blue 69

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

Shades of Celery #BCBB45

Tints of Celery #BCBB45

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.12%

 BLUE value IS 69 (27.34% from 255) = 15.54%

R = 42.34%
G = 42.12%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BCBB45 (or 0xBCBB45) is known color: Celery. HEX triplet: BC, BB and 45. RGB value is (188,187,69). Sum of RGB (Red+Green+Blue) = 188+187+69=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 187 (73.44% from 255 or 42.12% from 444); Blue value is 69 (27.34% from 255 or 15.54% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBB45 is #4344BA. Grayscale: #AEAEAE. Windows color (decimal): -4408507 or 4570044. OLE color: 4570044.

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

Color convert

RGB 188 187 69 -
CMYK 0 0.01 0.63 0.26
HSL 59.5º 0.47% 0.5% -
HSV(B) 59.5º 0.63% 0.74% -
XYZ 39.58 46.66 12.55 -
YUV 173.85 68.83 138.09 -
System Red Green Blue C M Y K H S L
Decimal 188 187 69 0 0.01 0.63 0.26 59.5 0.47 0.5
Hex BC BB 45 0 1 3F 1A 3B 2F 32
Octal 274 273 105 0 1 77 32 73 57 62
Binary 10111100 10111011 1000101 0 1 111111 11010 111011 101111 110010

Color Harmonies of #BCBB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBB45

Black with #BCBB45

Text Example


Text Example

White with #BCBB45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBB45; }

 p { color: rgb(188,187,69); }

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

background-color css

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

 a { background-color: rgb(188,187,69); }

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

border-color css

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

 span { border-color: rgb(188,187,69); }

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