Html Css Color HEX #BCC435 Fuego

📋 copy color: '#BCC435'

red 188 ◦ green 196 ◦ blue 53

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

Shades of Fuego #BCC435

Tints of Fuego #BCC435

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.85%

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

R = 43.02%
G = 44.85%
B = 12.13%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#BCC435 (or 0xBCC435) is known color: Fuego. HEX triplet: BC, C4 and 35. RGB value is (188,196,53). Sum of RGB (Red+Green+Blue) = 188+196+53=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 196 (76.95% from 255 or 44.85% from 437); Blue value is 53 (21.09% from 255 or 12.13% from 437); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC435 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC435 is #433BCA. Grayscale: #B1B1B1. Windows color (decimal): -4406219 or 3523772. OLE color: 3523772.

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

Color convert

RGB 188 196 53 -
CMYK 0.04 0 0.73 0.23
HSL 63.36º 0.57% 0.49% -
HSV(B) 63.36º 0.73% 0.77% -
XYZ 41.12 50.43 10.93 -
YUV 177.31 57.85 135.63 -
System Red Green Blue C M Y K H S L
Decimal 188 196 53 0.04 0 0.73 0.23 63.36 0.57 0.49
Hex BC C4 35 4 0 49 17 3F 39 31
Octal 274 304 65 4 0 111 27 77 71 61
Binary 10111100 11000100 110101 100 0 1001001 10111 111111 111001 110001

Color Harmonies of #BCC435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC435

Black with #BCC435

Text Example


Text Example

White with #BCC435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC435; }

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

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

background-color css

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

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

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

border-color css

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

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

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