Html Css Color HEX #BCC035 Fuego

📋 copy color: '#BCC035'

red 188 ◦ green 192 ◦ blue 53

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

Shades of Fuego #BCC035

Tints of Fuego #BCC035

RGB

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

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

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

R = 43.42%
G = 44.34%
B = 12.24%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BCC035 (or 0xBCC035) is known color: Fuego. HEX triplet: BC, C0 and 35. RGB value is (188,192,53). Sum of RGB (Red+Green+Blue) = 188+192+53=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 53 (21.09% from 255 or 12.24% from 433); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC035 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC035 is #433FCA. Grayscale: #AFAFAF. Windows color (decimal): -4407243 or 3522748. OLE color: 3522748.

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

Color convert

RGB 188 192 53 -
CMYK 0.02 0 0.72 0.25
HSL 61.73º 0.57% 0.48% -
HSV(B) 61.73º 0.72% 0.75% -
XYZ 40.23 48.65 10.64 -
YUV 174.96 59.17 137.3 -
System Red Green Blue C M Y K H S L
Decimal 188 192 53 0.02 0 0.72 0.25 61.73 0.57 0.48
Hex BC C0 35 2 0 48 19 3E 39 30
Octal 274 300 65 2 0 110 31 76 71 60
Binary 10111100 11000000 110101 10 0 1001000 11001 111110 111001 110000

Color Harmonies of #BCC035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC035

Black with #BCC035

Text Example


Text Example

White with #BCC035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC035; }

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

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

background-color css

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

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

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

border-color css

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

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

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