Html Css Color HEX #BCCC3A Fuego

📋 copy color: '#BCCC3A'

red 188 ◦ green 204 ◦ blue 58

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

Shades of Fuego #BCCC3A

Tints of Fuego #BCCC3A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.33%

 BLUE value IS 58 (23.05% from 255) = 12.89%

R = 41.78%
G = 45.33%
B = 12.89%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#BCCC3A (or 0xBCCC3A) is known color: Fuego. HEX triplet: BC, CC and 3A. RGB value is (188,204,58). Sum of RGB (Red+Green+Blue) = 188+204+58=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 204 (80.08% from 255 or 45.33% from 450); Blue value is 58 (23.05% from 255 or 12.89% from 450); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCC3A is #4333C5. Grayscale: #B7B7B7. Windows color (decimal): -4404166 or 3853500. OLE color: 3853500.

HSL color Cylindrical-coordinate representation of color #BCCC3A: hue angle of 66.58º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCCC3A is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 204 58 -
CMYK 0.08 0 0.72 0.2
HSL 66.58º 0.59% 0.51% -
HSV(B) 66.58º 0.72% 0.8% -
XYZ 43.1 54.18 12.19 -
YUV 182.57 57.7 131.87 -
System Red Green Blue C M Y K H S L
Decimal 188 204 58 0.08 0 0.72 0.2 66.58 0.59 0.51
Hex BC CC 3A 8 0 48 14 43 3B 33
Octal 274 314 72 10 0 110 24 103 73 63
Binary 10111100 11001100 111010 1000 0 1001000 10100 1000011 111011 110011

Color Harmonies of #BCCC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCC3A

Black with #BCCC3A

Text Example


Text Example

White with #BCCC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCC3A; }

 p { color: rgb(188,204,58); }

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

background-color css

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

 a { background-color: rgb(188,204,58); }

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

border-color css

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

 span { border-color: rgb(188,204,58); }

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