Html Css Color HEX #BCCF36 Fuego

📋 copy color: '#BCCF36'

red 188 ◦ green 207 ◦ blue 54

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

Shades of Fuego #BCCF36

Tints of Fuego #BCCF36

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.1%

 BLUE value IS 54 (21.48% from 255) = 12.03%

R = 41.87%
G = 46.1%
B = 12.03%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#BCCF36 (or 0xBCCF36) is known color: Fuego. HEX triplet: BC, CF and 36. RGB value is (188,207,54). Sum of RGB (Red+Green+Blue) = 188+207+54=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 54 (21.48% from 255 or 12.03% from 449); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCF36 is #4330C9. Grayscale: #B8B8B8. Windows color (decimal): -4403402 or 3592124. OLE color: 3592124.

HSL color Cylindrical-coordinate representation of color #BCCF36: hue angle of 67.45º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCCF36 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 207 54 -
CMYK 0.09 0 0.74 0.19
HSL 67.45º 0.61% 0.51% -
HSV(B) 67.45º 0.74% 0.81% -
XYZ 43.72 55.58 11.91 -
YUV 183.88 54.71 130.94 -
System Red Green Blue C M Y K H S L
Decimal 188 207 54 0.09 0 0.74 0.19 67.45 0.61 0.51
Hex BC CF 36 9 0 4A 13 43 3D 33
Octal 274 317 66 11 0 112 23 103 75 63
Binary 10111100 11001111 110110 1001 0 1001010 10011 1000011 111101 110011

Color Harmonies of #BCCF36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCF36

Black with #BCCF36

Text Example


Text Example

White with #BCCF36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCF36; }

 p { color: rgb(188,207,54); }

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

background-color css

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

 a { background-color: rgb(188,207,54); }

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

border-color css

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

 span { border-color: rgb(188,207,54); }

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