Html Css Color HEX #BCC335 Fuego

📋 copy color: '#BCC335'

red 188 ◦ green 195 ◦ blue 53

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

Shades of Fuego #BCC335

Tints of Fuego #BCC335

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.72%

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

R = 43.12%
G = 44.72%
B = 12.16%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#BCC335 (or 0xBCC335) is known color: Fuego. HEX triplet: BC, C3 and 35. RGB value is (188,195,53). Sum of RGB (Red+Green+Blue) = 188+195+53=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 195 (76.56% from 255 or 44.72% from 436); Blue value is 53 (21.09% from 255 or 12.16% from 436); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC335 is #433CCA. Grayscale: #B1B1B1. Windows color (decimal): -4406475 or 3523516. OLE color: 3523516.

HSL color Cylindrical-coordinate representation of color #BCC335: hue angle of 62.96º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BCC335 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 195 53 -
CMYK 0.04 0 0.73 0.24
HSL 62.96º 0.57% 0.49% -
HSV(B) 62.96º 0.73% 0.76% -
XYZ 40.9 49.98 10.86 -
YUV 176.72 58.18 136.05 -
System Red Green Blue C M Y K H S L
Decimal 188 195 53 0.04 0 0.73 0.24 62.96 0.57 0.49
Hex BC C3 35 4 0 49 18 3F 39 31
Octal 274 303 65 4 0 111 30 77 71 61
Binary 10111100 11000011 110101 100 0 1001001 11000 111111 111001 110001

Color Harmonies of #BCC335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC335

Black with #BCC335

Text Example


Text Example

White with #BCC335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC335; }

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

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

background-color css

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

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

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

border-color css

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

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

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