Html Css Color HEX #BCC635 Fuego

📋 copy color: '#BCC635'

red 188 ◦ green 198 ◦ blue 53

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

Shades of Fuego #BCC635

Tints of Fuego #BCC635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.07%

R = 42.82%
G = 45.1%
B = 12.07%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#BCC635 (or 0xBCC635) is known color: Fuego. HEX triplet: BC, C6 and 35. RGB value is (188,198,53). Sum of RGB (Red+Green+Blue) = 188+198+53=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 198 (77.73% from 255 or 45.10% from 439); Blue value is 53 (21.09% from 255 or 12.07% from 439); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC635 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC635 is #4339CA. Grayscale: #B3B3B3. Windows color (decimal): -4405707 or 3524284. OLE color: 3524284.

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

Color convert

RGB 188 198 53 -
CMYK 0.05 0 0.73 0.22
HSL 64.14º 0.58% 0.49% -
HSV(B) 64.14º 0.73% 0.78% -
XYZ 41.58 51.34 11.09 -
YUV 178.48 57.19 134.79 -
System Red Green Blue C M Y K H S L
Decimal 188 198 53 0.05 0 0.73 0.22 64.14 0.58 0.49
Hex BC C6 35 5 0 49 16 40 3A 31
Octal 274 306 65 5 0 111 26 100 72 61
Binary 10111100 11000110 110101 101 0 1001001 10110 1000000 111010 110001

Color Harmonies of #BCC635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC635

Black with #BCC635

Text Example


Text Example

White with #BCC635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC635; }

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

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

background-color css

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

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

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

border-color css

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

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

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