Html Css Color HEX #BCCA3C Fuego

📋 copy color: '#BCCA3C'

red 188 ◦ green 202 ◦ blue 60

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

Shades of Fuego #BCCA3C

Tints of Fuego #BCCA3C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.89%

 BLUE value IS 60 (23.83% from 255) = 13.33%

R = 41.78%
G = 44.89%
B = 13.33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#BCCA3C (or 0xBCCA3C) is known color: Fuego. HEX triplet: BC, CA and 3C. RGB value is (188,202,60). Sum of RGB (Red+Green+Blue) = 188+202+60=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 60 (23.83% from 255 or 13.33% from 450); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCA3C is #4335C3. Grayscale: #B6B6B6. Windows color (decimal): -4404676 or 3984060. OLE color: 3984060.

HSL color Cylindrical-coordinate representation of color #BCCA3C: hue angle of 65.92º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCCA3C is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 202 60 -
CMYK 0.07 0 0.70 0.21
HSL 65.92º 0.57% 0.51% -
HSV(B) 65.92º 0.7% 0.79% -
XYZ 42.68 53.26 12.31 -
YUV 181.63 59.36 132.55 -
System Red Green Blue C M Y K H S L
Decimal 188 202 60 0.07 0 0.70 0.21 65.92 0.57 0.51
Hex BC CA 3C 7 0 46 15 42 39 33
Octal 274 312 74 7 0 106 25 102 71 63
Binary 10111100 11001010 111100 111 0 1000110 10101 1000010 111001 110011

Color Harmonies of #BCCA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCA3C

Black with #BCCA3C

Text Example


Text Example

White with #BCCA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCA3C; }

 p { color: rgb(188,202,60); }

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

background-color css

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

 a { background-color: rgb(188,202,60); }

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

border-color css

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

 span { border-color: rgb(188,202,60); }

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