Html Css Color HEX #BCC933 Fuego

📋 copy color: '#BCC933'

red 188 ◦ green 201 ◦ blue 51

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

Shades of Fuego #BCC933

Tints of Fuego #BCC933

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.68%

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

R = 42.73%
G = 45.68%
B = 11.59%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#BCC933 (or 0xBCC933) is known color: Fuego. HEX triplet: BC, C9 and 33. RGB value is (188,201,51). Sum of RGB (Red+Green+Blue) = 188+201+51=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 201 (78.91% from 255 or 45.68% from 440); Blue value is 51 (20.31% from 255 or 11.59% from 440); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC933 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC933 is #4336CC. Grayscale: #B4B4B4. Windows color (decimal): -4404941 or 3393980. OLE color: 3393980.

HSL color Cylindrical-coordinate representation of color #BCC933: hue angle of 65.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BCC933 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 201 51 -
CMYK 0.06 0 0.75 0.21
HSL 65.2º 0.6% 0.49% -
HSV(B) 65.2º 0.75% 0.79% -
XYZ 42.22 52.7 11.08 -
YUV 180.01 55.19 133.7 -
System Red Green Blue C M Y K H S L
Decimal 188 201 51 0.06 0 0.75 0.21 65.2 0.6 0.49
Hex BC C9 33 6 0 4B 15 41 3C 31
Octal 274 311 63 6 0 113 25 101 74 61
Binary 10111100 11001001 110011 110 0 1001011 10101 1000001 111100 110001

Color Harmonies of #BCC933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC933

Black with #BCC933

Text Example


Text Example

White with #BCC933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC933; }

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

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

background-color css

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

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

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

border-color css

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

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

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