Html Css Color HEX #BCC130 Fuego

📋 copy color: '#BCC130'

red 188 ◦ green 193 ◦ blue 48

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

Shades of Fuego #BCC130

Tints of Fuego #BCC130

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.99%

 BLUE value IS 48 (19.14% from 255) = 11.19%

R = 43.82%
G = 44.99%
B = 11.19%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#BCC130 (or 0xBCC130) is known color: Fuego. HEX triplet: BC, C1 and 30. RGB value is (188,193,48). Sum of RGB (Red+Green+Blue) = 188+193+48=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 193 (75.78% from 255 or 44.99% from 429); Blue value is 48 (19.14% from 255 or 11.19% from 429); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC130 is #433ECF. Grayscale: #AFAFAF. Windows color (decimal): -4406992 or 3195324. OLE color: 3195324.

HSL color Cylindrical-coordinate representation of color #BCC130: hue angle of 62.07º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BCC130 is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 193 48 -
CMYK 0.03 0 0.75 0.24
HSL 62.07º 0.6% 0.47% -
HSV(B) 62.07º 0.75% 0.76% -
XYZ 40.34 49.04 10.14 -
YUV 174.98 56.34 137.29 -
System Red Green Blue C M Y K H S L
Decimal 188 193 48 0.03 0 0.75 0.24 62.07 0.6 0.47
Hex BC C1 30 3 0 4B 18 3E 3C 2F
Octal 274 301 60 3 0 113 30 76 74 57
Binary 10111100 11000001 110000 11 0 1001011 11000 111110 111100 101111

Color Harmonies of #BCC130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC130

Black with #BCC130

Text Example


Text Example

White with #BCC130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC130; }

 p { color: rgb(188,193,48); }

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

background-color css

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

 a { background-color: rgb(188,193,48); }

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

border-color css

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

 span { border-color: rgb(188,193,48); }

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