Html Css Color HEX #BCC438 Fuego

📋 copy color: '#BCC438'

red 188 ◦ green 196 ◦ blue 56

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

Shades of Fuego #BCC438

Tints of Fuego #BCC438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.73%

R = 42.73%
G = 44.55%
B = 12.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#BCC438 (or 0xBCC438) is known color: Fuego. HEX triplet: BC, C4 and 38. RGB value is (188,196,56). Sum of RGB (Red+Green+Blue) = 188+196+56=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 196 (76.95% from 255 or 44.55% from 440); Blue value is 56 (22.27% from 255 or 12.73% from 440); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC438 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC438 is #433BC7. Grayscale: #B2B2B2. Windows color (decimal): -4406216 or 3720380. OLE color: 3720380.

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

Color convert

RGB 188 196 56 -
CMYK 0.04 0 0.71 0.23
HSL 63.43º 0.56% 0.49% -
HSV(B) 63.43º 0.71% 0.77% -
XYZ 41.19 50.46 11.31 -
YUV 177.65 59.35 135.38 -
System Red Green Blue C M Y K H S L
Decimal 188 196 56 0.04 0 0.71 0.23 63.43 0.56 0.49
Hex BC C4 38 4 0 47 17 3F 38 31
Octal 274 304 70 4 0 107 27 77 70 61
Binary 10111100 11000100 111000 100 0 1000111 10111 111111 111000 110001

Color Harmonies of #BCC438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC438

Black with #BCC438

Text Example


Text Example

White with #BCC438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC438; }

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

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

background-color css

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

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

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

border-color css

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

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

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