Html Css Color HEX #BCC938 Fuego

📋 copy color: '#BCC938'

red 188 ◦ green 201 ◦ blue 56

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

Shades of Fuego #BCC938

Tints of Fuego #BCC938

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.17%

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

R = 42.25%
G = 45.17%
B = 12.58%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#BCC938 (or 0xBCC938) is known color: Fuego. HEX triplet: BC, C9 and 38. RGB value is (188,201,56). Sum of RGB (Red+Green+Blue) = 188+201+56=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 201 (78.91% from 255 or 45.17% from 445); Blue value is 56 (22.27% from 255 or 12.58% from 445); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC938 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC938 is #4336C7. Grayscale: #B5B5B5. Windows color (decimal): -4404936 or 3721660. OLE color: 3721660.

HSL color Cylindrical-coordinate representation of color #BCC938: hue angle of 65.38º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCC938 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 201 56 -
CMYK 0.06 0 0.72 0.21
HSL 65.38º 0.57% 0.5% -
HSV(B) 65.38º 0.72% 0.79% -
XYZ 42.34 52.75 11.69 -
YUV 180.58 57.69 133.29 -
System Red Green Blue C M Y K H S L
Decimal 188 201 56 0.06 0 0.72 0.21 65.38 0.57 0.5
Hex BC C9 38 6 0 48 15 41 39 32
Octal 274 311 70 6 0 110 25 101 71 62
Binary 10111100 11001001 111000 110 0 1001000 10101 1000001 111001 110010

Color Harmonies of #BCC938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC938

Black with #BCC938

Text Example


Text Example

White with #BCC938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC938; }

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

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

background-color css

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

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

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

border-color css

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

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

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