Html Css Color HEX #BCC333 Fuego

📋 copy color: '#BCC333'

red 188 ◦ green 195 ◦ blue 51

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

Shades of Fuego #BCC333

Tints of Fuego #BCC333

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.93%

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

R = 43.32%
G = 44.93%
B = 11.75%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#BCC333 (or 0xBCC333) is known color: Fuego. HEX triplet: BC, C3 and 33. RGB value is (188,195,51). Sum of RGB (Red+Green+Blue) = 188+195+51=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 195 (76.56% from 255 or 44.93% from 434); Blue value is 51 (20.31% from 255 or 11.75% from 434); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC333 is #433CCC. Grayscale: #B1B1B1. Windows color (decimal): -4406477 or 3392444. OLE color: 3392444.

HSL color Cylindrical-coordinate representation of color #BCC333: hue angle of 62.92º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCC333 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 195 51 -
CMYK 0.04 0 0.74 0.24
HSL 62.92º 0.59% 0.48% -
HSV(B) 62.92º 0.74% 0.76% -
XYZ 40.85 49.96 10.62 -
YUV 176.49 57.18 136.21 -
System Red Green Blue C M Y K H S L
Decimal 188 195 51 0.04 0 0.74 0.24 62.92 0.59 0.48
Hex BC C3 33 4 0 4A 18 3F 3B 30
Octal 274 303 63 4 0 112 30 77 73 60
Binary 10111100 11000011 110011 100 0 1001010 11000 111111 111011 110000

Color Harmonies of #BCC333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC333

Black with #BCC333

Text Example


Text Example

White with #BCC333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC333; }

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

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

background-color css

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

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

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

border-color css

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

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

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