Html Css Color HEX #BCD035 Fuego

📋 copy color: '#BCD035'

red 188 ◦ green 208 ◦ blue 53

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

Shades of Fuego #BCD035

Tints of Fuego #BCD035

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.33%

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

R = 41.87%
G = 46.33%
B = 11.8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#BCD035 (or 0xBCD035) is known color: Fuego. HEX triplet: BC, D0 and 35. RGB value is (188,208,53). Sum of RGB (Red+Green+Blue) = 188+208+53=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 208 (81.64% from 255 or 46.33% from 449); Blue value is 53 (21.09% from 255 or 11.80% from 449); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD035 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD035 is #432FCA. Grayscale: #B8B8B8. Windows color (decimal): -4403147 or 3526844. OLE color: 3526844.

HSL color Cylindrical-coordinate representation of color #BCD035: hue angle of 67.74º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BCD035 is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 208 53 -
CMYK 0.10 0 0.75 0.18
HSL 67.74º 0.62% 0.51% -
HSV(B) 67.74º 0.75% 0.82% -
XYZ 43.94 56.06 11.87 -
YUV 184.35 53.87 130.6 -
System Red Green Blue C M Y K H S L
Decimal 188 208 53 0.10 0 0.75 0.18 67.74 0.62 0.51
Hex BC D0 35 A 0 4B 12 44 3E 33
Octal 274 320 65 12 0 113 22 104 76 63
Binary 10111100 11010000 110101 1010 0 1001011 10010 1000100 111110 110011

Color Harmonies of #BCD035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD035

Black with #BCD035

Text Example


Text Example

White with #BCD035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD035; }

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

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

background-color css

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

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

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

border-color css

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

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

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