Html Css Color HEX #BCCF38 Fuego

📋 copy color: '#BCCF38'

red 188 ◦ green 207 ◦ blue 56

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

Shades of Fuego #BCCF38

Tints of Fuego #BCCF38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.42%

R = 41.69%
G = 45.9%
B = 12.42%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#BCCF38 (or 0xBCCF38) is known color: Fuego. HEX triplet: BC, CF and 38. RGB value is (188,207,56). Sum of RGB (Red+Green+Blue) = 188+207+56=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 56 (22.27% from 255 or 12.42% from 451); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCF38 is #4330C7. Grayscale: #B8B8B8. Windows color (decimal): -4403400 or 3723196. OLE color: 3723196.

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

Color convert

RGB 188 207 56 -
CMYK 0.09 0 0.73 0.19
HSL 67.55º 0.61% 0.52% -
HSV(B) 67.55º 0.73% 0.81% -
XYZ 43.77 55.6 12.17 -
YUV 184.11 55.71 130.78 -
System Red Green Blue C M Y K H S L
Decimal 188 207 56 0.09 0 0.73 0.19 67.55 0.61 0.52
Hex BC CF 38 9 0 49 13 44 3D 34
Octal 274 317 70 11 0 111 23 104 75 64
Binary 10111100 11001111 111000 1001 0 1001001 10011 1000100 111101 110100

Color Harmonies of #BCCF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCF38

Black with #BCCF38

Text Example


Text Example

White with #BCCF38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCF38; }

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

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

background-color css

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

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

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

border-color css

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

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

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