Html Css Color HEX #BCC334 Fuego

📋 copy color: '#BCC334'

red 188 ◦ green 195 ◦ blue 52

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

Shades of Fuego #BCC334

Tints of Fuego #BCC334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.95%

R = 43.22%
G = 44.83%
B = 11.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#BCC334 (or 0xBCC334) is known color: Fuego. HEX triplet: BC, C3 and 34. RGB value is (188,195,52). Sum of RGB (Red+Green+Blue) = 188+195+52=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 52 (20.70% from 255 or 11.95% from 435); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC334 is #433CCB. Grayscale: #B1B1B1. Windows color (decimal): -4406476 or 3457980. OLE color: 3457980.

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

Color convert

RGB 188 195 52 -
CMYK 0.04 0 0.73 0.24
HSL 62.94º 0.58% 0.48% -
HSV(B) 62.94º 0.73% 0.76% -
XYZ 40.87 49.97 10.74 -
YUV 176.61 57.68 136.13 -
System Red Green Blue C M Y K H S L
Decimal 188 195 52 0.04 0 0.73 0.24 62.94 0.58 0.48
Hex BC C3 34 4 0 49 18 3F 3A 30
Octal 274 303 64 4 0 111 30 77 72 60
Binary 10111100 11000011 110100 100 0 1001001 11000 111111 111010 110000

Color Harmonies of #BCC334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC334

Black with #BCC334

Text Example


Text Example

White with #BCC334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC334; }

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

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

background-color css

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

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

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

border-color css

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

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

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