Html Css Color HEX #BCD833 Fuego

📋 copy color: '#BCD833'

red 188 ◦ green 216 ◦ blue 51

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

Shades of Fuego #BCD833

Tints of Fuego #BCD833

RGB

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

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

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

R = 41.32%
G = 47.47%
B = 11.21%

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

#BCD833 (or 0xBCD833) is known color: Fuego. HEX triplet: BC, D8 and 33. RGB value is (188,216,51). Sum of RGB (Red+Green+Blue) = 188+216+51=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 216 (84.77% from 255 or 47.47% from 455); Blue value is 51 (20.31% from 255 or 11.21% from 455); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD833 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD833 is #4327CC. Grayscale: #BDBDBD. Windows color (decimal): -4401101 or 3397820. OLE color: 3397820.

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

Color convert

RGB 188 216 51 -
CMYK 0.13 0 0.76 0.15
HSL 70.18º 0.68% 0.52% -
HSV(B) 70.18º 0.76% 0.85% -
XYZ 45.89 60.04 12.3 -
YUV 188.82 50.22 127.42 -
System Red Green Blue C M Y K H S L
Decimal 188 216 51 0.13 0 0.76 0.15 70.18 0.68 0.52
Hex BC D8 33 D 0 4C F 46 44 34
Octal 274 330 63 15 0 114 17 106 104 64
Binary 10111100 11011000 110011 1101 0 1001100 1111 1000110 1000100 110100

Color Harmonies of #BCD833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD833

Black with #BCD833

Text Example


Text Example

White with #BCD833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD833; }

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

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

background-color css

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

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

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

border-color css

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

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

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