Html Css Color HEX #BCD933 Fuego

📋 copy color: '#BCD933'

red 188 ◦ green 217 ◦ blue 51

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

Shades of Fuego #BCD933

Tints of Fuego #BCD933

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.59%

 BLUE value IS 51 (20.31% from 255) = 11.18%

R = 41.23%
G = 47.59%
B = 11.18%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#BCD933 (or 0xBCD933) is known color: Fuego. HEX triplet: BC, D9 and 33. RGB value is (188,217,51). Sum of RGB (Red+Green+Blue) = 188+217+51=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 217 (85.16% from 255 or 47.59% from 456); Blue value is 51 (20.31% from 255 or 11.18% from 456); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD933 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD933 is #4326CC. Grayscale: #BEBEBE. Windows color (decimal): -4400845 or 3398076. OLE color: 3398076.

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

Color convert

RGB 188 217 51 -
CMYK 0.13 0 0.76 0.15
HSL 70.48º 0.69% 0.53% -
HSV(B) 70.48º 0.76% 0.85% -
XYZ 46.15 60.56 12.39 -
YUV 189.41 49.89 127 -
System Red Green Blue C M Y K H S L
Decimal 188 217 51 0.13 0 0.76 0.15 70.48 0.69 0.53
Hex BC D9 33 D 0 4C F 46 45 35
Octal 274 331 63 15 0 114 17 106 105 65
Binary 10111100 11011001 110011 1101 0 1001100 1111 1000110 1000101 110101

Color Harmonies of #BCD933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD933

Black with #BCD933

Text Example


Text Example

White with #BCD933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD933; }

 p { color: rgb(188,217,51); }

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

background-color css

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

 a { background-color: rgb(188,217,51); }

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

border-color css

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

 span { border-color: rgb(188,217,51); }

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