Html Css Color HEX #BCC935 Fuego

📋 copy color: '#BCC935'

red 188 ◦ green 201 ◦ blue 53

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

Shades of Fuego #BCC935

Tints of Fuego #BCC935

RGB

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

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

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

R = 42.53%
G = 45.48%
B = 11.99%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#BCC935 (or 0xBCC935) is known color: Fuego. HEX triplet: BC, C9 and 35. RGB value is (188,201,53). Sum of RGB (Red+Green+Blue) = 188+201+53=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 201 (78.91% from 255 or 45.48% from 442); Blue value is 53 (21.09% from 255 or 11.99% from 442); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC935 is #4336CA. Grayscale: #B4B4B4. Windows color (decimal): -4404939 or 3525052. OLE color: 3525052.

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

Color convert

RGB 188 201 53 -
CMYK 0.06 0 0.74 0.21
HSL 65.27º 0.58% 0.5% -
HSV(B) 65.27º 0.74% 0.79% -
XYZ 42.27 52.72 11.32 -
YUV 180.24 56.19 133.53 -
System Red Green Blue C M Y K H S L
Decimal 188 201 53 0.06 0 0.74 0.21 65.27 0.58 0.5
Hex BC C9 35 6 0 4A 15 41 3A 32
Octal 274 311 65 6 0 112 25 101 72 62
Binary 10111100 11001001 110101 110 0 1001010 10101 1000001 111010 110010

Color Harmonies of #BCC935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC935

Black with #BCC935

Text Example


Text Example

White with #BCC935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC935; }

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

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

background-color css

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

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

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

border-color css

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

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

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