Html Css Color HEX #BCC630 Fuego

📋 copy color: '#BCC630'

red 188 ◦ green 198 ◦ blue 48

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

Shades of Fuego #BCC630

Tints of Fuego #BCC630

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.62%

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

R = 43.32%
G = 45.62%
B = 11.06%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#BCC630 (or 0xBCC630) is known color: Fuego. HEX triplet: BC, C6 and 30. RGB value is (188,198,48). Sum of RGB (Red+Green+Blue) = 188+198+48=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 198 (77.73% from 255 or 45.62% from 434); Blue value is 48 (19.14% from 255 or 11.06% from 434); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC630 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC630 is #4339CF. Grayscale: #B2B2B2. Windows color (decimal): -4405712 or 3196604. OLE color: 3196604.

HSL color Cylindrical-coordinate representation of color #BCC630: hue angle of 64º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCC630 is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 198 48 -
CMYK 0.05 0 0.76 0.22
HSL 64º 0.61% 0.48% -
HSV(B) 64º 0.76% 0.78% -
XYZ 41.47 51.29 10.51 -
YUV 177.91 54.69 135.2 -
System Red Green Blue C M Y K H S L
Decimal 188 198 48 0.05 0 0.76 0.22 64 0.61 0.48
Hex BC C6 30 5 0 4C 16 40 3D 30
Octal 274 306 60 5 0 114 26 100 75 60
Binary 10111100 11000110 110000 101 0 1001100 10110 1000000 111101 110000

Color Harmonies of #BCC630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC630

Black with #BCC630

Text Example


Text Example

White with #BCC630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC630; }

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

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

background-color css

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

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

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

border-color css

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

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

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