Html Css Color HEX #BCD835 Fuego

📋 copy color: '#BCD835'

red 188 ◦ green 216 ◦ blue 53

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

Shades of Fuego #BCD835

Tints of Fuego #BCD835

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.26%

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

R = 41.14%
G = 47.26%
B = 11.6%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#BCD835 (or 0xBCD835) is known color: Fuego. HEX triplet: BC, D8 and 35. RGB value is (188,216,53). Sum of RGB (Red+Green+Blue) = 188+216+53=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 216 (84.77% from 255 or 47.26% from 457); Blue value is 53 (21.09% from 255 or 11.60% from 457); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD835 is #4327CA. Grayscale: #BDBDBD. Windows color (decimal): -4401099 or 3528892. OLE color: 3528892.

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

Color convert

RGB 188 216 53 -
CMYK 0.13 0 0.75 0.15
HSL 70.31º 0.68% 0.53% -
HSV(B) 70.31º 0.75% 0.85% -
XYZ 45.94 60.06 12.54 -
YUV 189.05 51.22 127.25 -
System Red Green Blue C M Y K H S L
Decimal 188 216 53 0.13 0 0.75 0.15 70.31 0.68 0.53
Hex BC D8 35 D 0 4B F 46 44 35
Octal 274 330 65 15 0 113 17 106 104 65
Binary 10111100 11011000 110101 1101 0 1001011 1111 1000110 1000100 110101

Color Harmonies of #BCD835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD835

Black with #BCD835

Text Example


Text Example

White with #BCD835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD835; }

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

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

background-color css

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

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

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

border-color css

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

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

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