Html Css Color HEX #BCBD45 Celery

📋 copy color: '#BCBD45'

red 188 ◦ green 189 ◦ blue 69

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

Shades of Celery #BCBD45

Tints of Celery #BCBD45

RGB

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

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

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

R = 42.15%
G = 42.38%
B = 15.47%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BCBD45 (or 0xBCBD45) is known color: Celery. HEX triplet: BC, BD and 45. RGB value is (188,189,69). Sum of RGB (Red+Green+Blue) = 188+189+69=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 69 (27.34% from 255 or 15.47% from 446); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBD45 is #4342BA. Grayscale: #AFAFAF. Windows color (decimal): -4407995 or 4570556. OLE color: 4570556.

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

Color convert

RGB 188 189 69 -
CMYK 0.01 0 0.63 0.26
HSL 60.5º 0.48% 0.51% -
HSV(B) 60.5º 0.63% 0.74% -
XYZ 40.01 47.52 12.69 -
YUV 175.02 68.17 137.26 -
System Red Green Blue C M Y K H S L
Decimal 188 189 69 0.01 0 0.63 0.26 60.5 0.48 0.51
Hex BC BD 45 1 0 3F 1A 3C 30 33
Octal 274 275 105 1 0 77 32 74 60 63
Binary 10111100 10111101 1000101 1 0 111111 11010 111100 110000 110011

Color Harmonies of #BCBD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBD45

Black with #BCBD45

Text Example


Text Example

White with #BCBD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBD45; }

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

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

background-color css

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

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

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

border-color css

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

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

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