Html Css Color HEX #BCC632 Fuego

📋 copy color: '#BCC632'

red 188 ◦ green 198 ◦ blue 50

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

Shades of Fuego #BCC632

Tints of Fuego #BCC632

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.41%

 BLUE value IS 50 (19.92% from 255) = 11.47%

R = 43.12%
G = 45.41%
B = 11.47%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#BCC632 (or 0xBCC632) is known color: Fuego. HEX triplet: BC, C6 and 32. RGB value is (188,198,50). Sum of RGB (Red+Green+Blue) = 188+198+50=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 198 (77.73% from 255 or 45.41% from 436); Blue value is 50 (19.92% from 255 or 11.47% from 436); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC632 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC632 is #4339CD. Grayscale: #B2B2B2. Windows color (decimal): -4405710 or 3327676. OLE color: 3327676.

HSL color Cylindrical-coordinate representation of color #BCC632: hue angle of 64.05º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BCC632 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 198 50 -
CMYK 0.05 0 0.75 0.22
HSL 64.05º 0.6% 0.49% -
HSV(B) 64.05º 0.75% 0.78% -
XYZ 41.51 51.31 10.73 -
YUV 178.14 55.69 135.03 -
System Red Green Blue C M Y K H S L
Decimal 188 198 50 0.05 0 0.75 0.22 64.05 0.6 0.49
Hex BC C6 32 5 0 4B 16 40 3C 31
Octal 274 306 62 5 0 113 26 100 74 61
Binary 10111100 11000110 110010 101 0 1001011 10110 1000000 111100 110001

Color Harmonies of #BCC632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC632

Black with #BCC632

Text Example


Text Example

White with #BCC632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC632; }

 p { color: rgb(188,198,50); }

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

background-color css

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

 a { background-color: rgb(188,198,50); }

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

border-color css

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

 span { border-color: rgb(188,198,50); }

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