Html Css Color HEX #BCD735 Fuego

📋 copy color: '#BCD735'

red 188 ◦ green 215 ◦ blue 53

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

Shades of Fuego #BCD735

Tints of Fuego #BCD735

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.15%

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

R = 41.23%
G = 47.15%
B = 11.62%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#BCD735 (or 0xBCD735) is known color: Fuego. HEX triplet: BC, D7 and 35. RGB value is (188,215,53). Sum of RGB (Red+Green+Blue) = 188+215+53=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 215 (84.38% from 255 or 47.15% from 456); Blue value is 53 (21.09% from 255 or 11.62% from 456); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD735 is #4328CA. Grayscale: #BDBDBD. Windows color (decimal): -4401355 or 3528636. OLE color: 3528636.

HSL color Cylindrical-coordinate representation of color #BCD735: hue angle of 70º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BCD735 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 215 53 -
CMYK 0.13 0 0.75 0.16
HSL 70º 0.67% 0.53% -
HSV(B) 70º 0.75% 0.84% -
XYZ 45.68 59.55 12.45 -
YUV 188.46 51.55 127.67 -
System Red Green Blue C M Y K H S L
Decimal 188 215 53 0.13 0 0.75 0.16 70 0.67 0.53
Hex BC D7 35 D 0 4B 10 46 43 35
Octal 274 327 65 15 0 113 20 106 103 65
Binary 10111100 11010111 110101 1101 0 1001011 10000 1000110 1000011 110101

Color Harmonies of #BCD735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD735

Black with #BCD735

Text Example


Text Example

White with #BCD735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD735; }

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

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

background-color css

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

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

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

border-color css

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

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

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