Html Css Color HEX #BCC045 Celery

📋 copy color: '#BCC045'

red 188 ◦ green 192 ◦ blue 69

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

Shades of Celery #BCC045

Tints of Celery #BCC045

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.76%

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

R = 41.87%
G = 42.76%
B = 15.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BCC045 (or 0xBCC045) is known color: Celery. HEX triplet: BC, C0 and 45. RGB value is (188,192,69). Sum of RGB (Red+Green+Blue) = 188+192+69=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 69 (27.34% from 255 or 15.37% from 449); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC045 is #433FBA. Grayscale: #B1B1B1. Windows color (decimal): -4407227 or 4571324. OLE color: 4571324.

HSL color Cylindrical-coordinate representation of color #BCC045: hue angle of 61.95º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCC045 is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 192 69 -
CMYK 0.02 0 0.64 0.25
HSL 61.95º 0.49% 0.51% -
HSV(B) 61.95º 0.64% 0.75% -
XYZ 40.66 48.82 12.91 -
YUV 176.78 67.17 136 -
System Red Green Blue C M Y K H S L
Decimal 188 192 69 0.02 0 0.64 0.25 61.95 0.49 0.51
Hex BC C0 45 2 0 40 19 3E 31 33
Octal 274 300 105 2 0 100 31 76 61 63
Binary 10111100 11000000 1000101 10 0 1000000 11001 111110 110001 110011

Color Harmonies of #BCC045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC045

Black with #BCC045

Text Example


Text Example

White with #BCC045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC045; }

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

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

background-color css

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

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

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

border-color css

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

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

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