Html Css Color HEX #BCC730 Fuego

📋 copy color: '#BCC730'

red 188 ◦ green 199 ◦ blue 48

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

Shades of Fuego #BCC730

Tints of Fuego #BCC730

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.75%

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

R = 43.22%
G = 45.75%
B = 11.03%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#BCC730 (or 0xBCC730) is known color: Fuego. HEX triplet: BC, C7 and 30. RGB value is (188,199,48). Sum of RGB (Red+Green+Blue) = 188+199+48=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 199 (78.12% from 255 or 45.75% from 435); Blue value is 48 (19.14% from 255 or 11.03% from 435); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC730 is #4338CF. Grayscale: #B3B3B3. Windows color (decimal): -4405456 or 3196860. OLE color: 3196860.

HSL color Cylindrical-coordinate representation of color #BCC730: hue angle of 64.37º 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 #BCC730 is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 199 48 -
CMYK 0.06 0 0.76 0.22
HSL 64.37º 0.61% 0.48% -
HSV(B) 64.37º 0.76% 0.78% -
XYZ 41.7 51.75 10.59 -
YUV 178.5 54.36 134.78 -
System Red Green Blue C M Y K H S L
Decimal 188 199 48 0.06 0 0.76 0.22 64.37 0.61 0.48
Hex BC C7 30 6 0 4C 16 40 3D 30
Octal 274 307 60 6 0 114 26 100 75 60
Binary 10111100 11000111 110000 110 0 1001100 10110 1000000 111101 110000

Color Harmonies of #BCC730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC730

Black with #BCC730

Text Example


Text Example

White with #BCC730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC730; }

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

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

background-color css

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

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

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

border-color css

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

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

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