Html Css Color HEX #BCC047 Celery

📋 copy color: '#BCC047'

red 188 ◦ green 192 ◦ blue 71

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

Shades of Celery #BCC047

Tints of Celery #BCC047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.74%

R = 41.69%
G = 42.57%
B = 15.74%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BCC047 (or 0xBCC047) is known color: Celery. HEX triplet: BC, C0 and 47. RGB value is (188,192,71). Sum of RGB (Red+Green+Blue) = 188+192+71=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 71 (28.12% from 255 or 15.74% from 451); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC047 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC047 is #433FB8. Grayscale: #B1B1B1. Windows color (decimal): -4407225 or 4702396. OLE color: 4702396.

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

Color convert

RGB 188 192 71 -
CMYK 0.02 0 0.63 0.25
HSL 61.98º 0.49% 0.52% -
HSV(B) 61.98º 0.63% 0.75% -
XYZ 40.73 48.85 13.24 -
YUV 177.01 68.17 135.84 -
System Red Green Blue C M Y K H S L
Decimal 188 192 71 0.02 0 0.63 0.25 61.98 0.49 0.52
Hex BC C0 47 2 0 3F 19 3E 31 34
Octal 274 300 107 2 0 77 31 76 61 64
Binary 10111100 11000000 1000111 10 0 111111 11001 111110 110001 110100

Color Harmonies of #BCC047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC047

Black with #BCC047

Text Example


Text Example

White with #BCC047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC047; }

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

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

background-color css

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

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

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

border-color css

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

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

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