Html Css Color HEX #BCC434 Fuego

📋 copy color: '#BCC434'

red 188 ◦ green 196 ◦ blue 52

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

Shades of Fuego #BCC434

Tints of Fuego #BCC434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.93%

R = 43.12%
G = 44.95%
B = 11.93%

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

#BCC434 (or 0xBCC434) is known color: Fuego. HEX triplet: BC, C4 and 34. RGB value is (188,196,52). Sum of RGB (Red+Green+Blue) = 188+196+52=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 196 (76.95% from 255 or 44.95% from 436); Blue value is 52 (20.70% from 255 or 11.93% from 436); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC434 is #433BCB. Grayscale: #B1B1B1. Windows color (decimal): -4406220 or 3458236. OLE color: 3458236.

HSL color Cylindrical-coordinate representation of color #BCC434: hue angle of 63.33º degrees, saturation: 0.58, 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 #BCC434 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 196 52 -
CMYK 0.04 0 0.73 0.23
HSL 63.33º 0.58% 0.49% -
HSV(B) 63.33º 0.73% 0.77% -
XYZ 41.1 50.42 10.81 -
YUV 177.19 57.35 135.71 -
System Red Green Blue C M Y K H S L
Decimal 188 196 52 0.04 0 0.73 0.23 63.33 0.58 0.49
Hex BC C4 34 4 0 49 17 3F 3A 31
Octal 274 304 64 4 0 111 27 77 72 61
Binary 10111100 11000100 110100 100 0 1001001 10111 111111 111010 110001

Color Harmonies of #BCC434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC434

Black with #BCC434

Text Example


Text Example

White with #BCC434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC434; }

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

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

background-color css

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

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

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

border-color css

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

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

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